Home
last modified time | relevance | path

Searched refs:chacha_core (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/chacha/
Dchacha_generic.c63 static void chacha_core(uint8_t output[64], const uint32_t input[16]) { in chacha_core() function
127 chacha_core(buf, input); in CRYPTO_chacha_20()