Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_sbag.c88 if (OBJ_obj2nid(bag->value.bag->type) != NID_x509Certificate) in PKCS12_SAFEBAG_get1_cert()
107 NID_x509Certificate, NID_certBag); in PKCS12_SAFEBAG_create_cert()
H A Dp12_asn.c37 ADB_ENTRY(NID_x509Certificate, ASN1_EXP(PKCS12_BAGS, value.x509cert, ASN1_OCTET_STRING, 0)),
H A Dp12_kiss.c221 || PKCS12_SAFEBAG_get_bag_nid(bag) != NID_x509Certificate) in parse_bag()
/freebsd/crypto/openssl/test/helpers/
H A Dpkcs12.c559 || !TEST_int_eq(PKCS12_SAFEBAG_get_bag_nid(bag), NID_x509Certificate)) { in check_certbag()
/freebsd/crypto/openssl/apps/
H A Dpkcs12.c966 if (PKCS12_SAFEBAG_get_bag_nid(bag) != NID_x509Certificate) in dump_certs_pkeys_bag()
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.h1280 {"x509Certificate", "x509Certificate", NID_x509Certificate, 10, &so[910]},
/freebsd/crypto/openssl/include/openssl/
H A Dobj_mac.h1098 #define NID_x509Certificate 158 macro