Home
last modified time | relevance | path

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

/openssl/crypto/rsa/
H A Drsa_pk1.c292 unsigned char hmac_out[SHA256_DIGEST_LENGTH]; in ossl_rsa_prf() local
356 if (HMAC_Final(hmac, hmac_out, &md_len) <= 0) { in ossl_rsa_prf()
360 memcpy(to + pos, hmac_out, tlen - pos); in ossl_rsa_prf()

Completed in 7 milliseconds