Searched refs:hmac_key (Results 1 – 2 of 2) sorted by relevance
990 uint8_t hmac_key[EVP_MAX_MD_SIZE]; in PKCS12_get_key_and_certs() local1022 EVP_MD_size(md), hmac_key, md)) { in PKCS12_get_key_and_certs()1026 if (NULL == HMAC(md, hmac_key, EVP_MD_size(md), CBS_data(&authsafes), in PKCS12_get_key_and_certs()
1506 const uint8_t hmac_key[32]) { in hmac_init()1509 memcpy(block, hmac_key, hmac_key_len); in hmac_init()