Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
De_aesctrhmac.c25 #define EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN 12 macro
131 SHA256_Update(&sha256, nonce, EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN); in hmac_calculate()
137 EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN + ad_len) % in hmac_calculate()
164 OPENSSL_memcpy(counter, nonce, EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN); in aead_aes_ctr_hmac_sha256_crypt()
165 OPENSSL_memset(counter + EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN, 0, 4); in aead_aes_ctr_hmac_sha256_crypt()
197 if (nonce_len != EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN) { in aead_aes_ctr_hmac_sha256_seal_scatter()
224 if (nonce_len != EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN) { in aead_aes_ctr_hmac_sha256_open_gather()