Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_ameth.c289 if (OBJ_obj2nid(alg->algorithm) != NID_mgf1) in rsa_mgf1_decode()
627 X509_ALGOR_set0(*palg, OBJ_nid2obj(NID_mgf1), V_ASN1_SEQUENCE, stmp); in rsa_md_to_mgf1()
/dragonfly/crypto/libressl/crypto/objects/
H A Dobj_dat.h2480 {"MGF1","mgf1",NID_mgf1,9,&(lvalues[5946]),0},
/dragonfly/crypto/libressl/include/openssl/
H A Dobj_mac.h590 #define NID_mgf1 911 macro