Home
last modified time | relevance | path

Searched refs:hmac_key (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/cipher_extra/
De_aesctrhmac.c39 const uint8_t hmac_key[32]) { in hmac_init()
42 OPENSSL_memcpy(block, hmac_key, hmac_key_len); in hmac_init()
/external/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c579 uint8_t hmac_key[EVP_MAX_MD_SIZE]; in PKCS12_get_key_and_certs() local
582 EVP_MD_size(md), hmac_key, md)) { in PKCS12_get_key_and_certs()
588 if (NULL == HMAC(md, hmac_key, EVP_MD_size(md), CBS_data(&authsafes), in PKCS12_get_key_and_certs()