Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/asn1/
H A Dx_algor.c159 if (OBJ_obj2nid(alg->algorithm) != NID_mgf1) in ossl_x509_algor_mgf1_decode()
182 if (!X509_ALGOR_set0(*palg, OBJ_nid2obj(NID_mgf1), V_ASN1_SEQUENCE, stmp)) { in ossl_x509_algor_md_to_mgf1()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_schemes.c83 if (mgf == NID_mgf1) in ossl_rsa_mgf_nid2name()
H A Drsa_pss.c283 NID_mgf1, /* default maskGenAlgorithm */
/freebsd/crypto/openssl/providers/common/der/
H A Dder_rsa_key.c250 if (pss != NULL && ossl_rsa_pss_params_30_maskgenalg(pss) == NID_mgf1) { in DER_w_MaskGenAlgorithm()
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c756 (maskgenalg_nid == NID_mgf1 in rsa_to_text()
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.h2033 {"MGF1", "mgf1", NID_mgf1, 9, &so[5950]},
/freebsd/crypto/openssl/include/openssl/
H A Dobj_mac.h573 #define NID_mgf1 911 macro