Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Ddigest.c1186 int hmac_nid; member
1207 int ossl_hmac2mdnid(int hmac_nid) in ossl_hmac2mdnid() argument
1213 if (ossl_hmacmd_pairs[i].hmac_nid == hmac_nid) { in ossl_hmac2mdnid()
1224 int hmac_nid = NID_undef; in ossl_md2hmacnid() local
1229 hmac_nid = ossl_hmacmd_pairs[i].hmac_nid; in ossl_md2hmacnid()
1234 return hmac_nid; in ossl_md2hmacnid()
/openssl/crypto/pkcs12/
H A Dp12_mutl.c445 int prf_md_nid = NID_undef, prf_nid = NID_undef, hmac_nid; in PKCS12_set_pbmac1_pbkdf2() local
466 hmac_nid = ossl_md2hmacnid(EVP_MD_get_type(md_type)); in PKCS12_set_pbmac1_pbkdf2()
468 if (prf_nid == NID_undef || hmac_nid == NID_undef) { in PKCS12_set_pbmac1_pbkdf2()
496 if (!X509_ALGOR_set0(hmac_alg, OBJ_nid2obj(hmac_nid), V_ASN1_NULL, NULL)) { in PKCS12_set_pbmac1_pbkdf2()
/openssl/include/crypto/
H A Devp.h968 int ossl_hmac2mdnid(int hmac_nid);

Completed in 14 milliseconds