Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/
H A Dossl_chacha.h38 #define CHACHA_KEY_SIZE 32 macro
H A Dossl_chacha20.c59 _Alignas(8) unsigned int key[CHACHA_KEY_SIZE / 4]; in ossl_chacha20()
159 _Alignas(8) unsigned int key[CHACHA_KEY_SIZE / 4]; in ossl_chacha20_poly1305_encrypt()
305 _Alignas(8) unsigned int key[CHACHA_KEY_SIZE / 4]; in ossl_chacha20_poly1305_decrypt()
H A Dossl.c157 if (csp->csp_cipher_klen != CHACHA_KEY_SIZE) in ossl_lookup_cipher()
/freebsd/crypto/openssl/include/crypto/
H A Dchacha.h39 #define CHACHA_KEY_SIZE 32 macro
/freebsd/crypto/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
/freebsd/crypto/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 */
612 CHACHA_KEY_SIZE, /* key_len */