Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/asn1/
H A Dasn1_item.c270 !OBJ_find_sigid_by_algs(&signid, EVP_MD_nid(type), in ASN1_item_sign_ctx()
/dragonfly/crypto/libressl/crypto/pkcs7/
H A Dpk7_lib.c443 p7->d.digest->md->algorithm = OBJ_nid2obj(EVP_MD_nid(md)); in PKCS7_set_digest()
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h341 #define EVP_MD_nid(e) EVP_MD_type(e) macro
342 #define EVP_MD_name(e) OBJ_nid2sn(EVP_MD_nid(e))