Home
last modified time | relevance | path

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

/openssl/crypto/pkcs12/
H A Dp12_mutl.c86 EVP_MD *md_fetch; in pkcs12_gen_mac() local
118 md = md_fetch = EVP_MD_fetch(p12->authsafes->ctx.libctx, md_name, in pkcs12_gen_mac()
174 EVP_MD_free(md_fetch); in pkcs12_gen_mac()
/openssl/crypto/evp/
H A Devp_pbe.c103 EVP_MD *md_fetch = NULL; in EVP_PBE_CipherInit_ex() local
143 md = md_fetch = EVP_MD_fetch(libctx, OBJ_nid2sn(md_nid), propq); in EVP_PBE_CipherInit_ex()
164 EVP_MD_free(md_fetch); in EVP_PBE_CipherInit_ex()

Completed in 35 milliseconds