Home
last modified time | relevance | path

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

/openssl/include/crypto/
H A Dchacha.h45 #define CHACHA_KEY_SIZE 32 macro
/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20.h17 unsigned int d[CHACHA_KEY_SIZE / 4];
H A Dcipher_chacha20_hw.c21 for (i = 0; i < CHACHA_KEY_SIZE; i += 4) in chacha20_initkey()
H A Dcipher_chacha20.c17 #define CHACHA20_KEYLEN (CHACHA_KEY_SIZE)
H A Dcipher_chacha20_poly1305.c17 #define CHACHA20_POLY1305_KEYLEN CHACHA_KEY_SIZE
/openssl/crypto/evp/
H A De_chacha20_poly1305.c25 unsigned int d[CHACHA_KEY_SIZE / 4];
37 const unsigned char user_key[CHACHA_KEY_SIZE], in chacha_init_key() argument
44 for (i = 0; i < CHACHA_KEY_SIZE; i+=4) { in chacha_init_key()
131 CHACHA_KEY_SIZE, /* key_len */
613 CHACHA_KEY_SIZE, /* key_len */

Completed in 15 milliseconds