Searched refs:hmac_key_len (Results 1 – 1 of 1) sorted by relevance
1199 static const size_t hmac_key_len = 32; in hmac_init() local1201 OPENSSL_memcpy(block, hmac_key, hmac_key_len); in hmac_init()1202 OPENSSL_memset(block + hmac_key_len, 0x36, sizeof(block) - hmac_key_len); in hmac_init()1205 for (i = 0; i < hmac_key_len; i++) { in hmac_init()1212 OPENSSL_memset(block + hmac_key_len, 0x5c, sizeof(block) - hmac_key_len); in hmac_init()1213 for (i = 0; i < hmac_key_len; i++) { in hmac_init()1224 static const size_t hmac_key_len = 32; in aead_aes_ctr_hmac_sha256_init() local1226 if (key_len < hmac_key_len) { in aead_aes_ctr_hmac_sha256_init()1231 const size_t aes_key_len = key_len - hmac_key_len; in aead_aes_ctr_hmac_sha256_init()