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/
De_aes.c1183 #define EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN 12 macro
1290 SHA256_Update(&sha256, nonce, EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN); in hmac_calculate()
1296 EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN + ad_len) % in hmac_calculate()
1323 OPENSSL_memcpy(counter, nonce, EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN); in aead_aes_ctr_hmac_sha256_crypt()
1324 OPENSSL_memset(counter + EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN, 0, 4); in aead_aes_ctr_hmac_sha256_crypt()
1357 if (nonce_len != EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN) { in aead_aes_ctr_hmac_sha256_seal()
1393 if (nonce_len != EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN) { in aead_aes_ctr_hmac_sha256_open()