Searched refs:hmac_key_len (Results 1 – 1 of 1) sorted by relevance
49 static const size_t hmac_key_len = 32; in hmac_init() local51 OPENSSL_memcpy(block, hmac_key, hmac_key_len); in hmac_init()52 OPENSSL_memset(block + hmac_key_len, 0x36, sizeof(block) - hmac_key_len); in hmac_init()55 for (i = 0; i < hmac_key_len; i++) { in hmac_init()62 OPENSSL_memset(block + hmac_key_len, 0x5c, sizeof(block) - hmac_key_len); in hmac_init()63 for (i = 0; i < hmac_key_len; i++) { in hmac_init()75 static const size_t hmac_key_len = 32; in aead_aes_ctr_hmac_sha256_init() local77 if (key_len < hmac_key_len) { in aead_aes_ctr_hmac_sha256_init()82 const size_t aes_key_len = key_len - hmac_key_len; in aead_aes_ctr_hmac_sha256_init()