Searched refs:EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN (Results 1 – 1 of 1) sorted by relevance
25 #define EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN 12 macro129 SHA256_Update(&sha256, nonce, EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN); in hmac_calculate()135 EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN + ad_len) % in hmac_calculate()162 OPENSSL_memcpy(counter, nonce, EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN); in aead_aes_ctr_hmac_sha256_crypt()163 OPENSSL_memset(counter + EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN, 0, 4); in aead_aes_ctr_hmac_sha256_crypt()196 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()