Searched refs:CHACHA_CTR_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/openssl/include/crypto/
H A Dchacha.h39 #define CHACHA_CTR_SIZE 16 macro
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A De_chacha20_poly1305.c26 unsigned int counter[CHACHA_CTR_SIZE / 4];
37 const unsigned char iv[CHACHA_CTR_SIZE], int enc)
48 for (i = 0; i < CHACHA_CTR_SIZE; i+=4) {
131 CHACHA_CTR_SIZE, /* iv_len, 128-bit counter in the context */
181 unsigned char temp[CHACHA_CTR_SIZE] = { 0 };
184 if (actx->nonce_len <= CHACHA_CTR_SIZE)
185 memcpy(temp + CHACHA_CTR_SIZE - actx->nonce_len, iv,

Completed in 93 milliseconds