Home
last modified time | relevance | path

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

/external/openssl/crypto/pkcs12/
Dp12_utl.c124 NID_x509Certificate, NID_certBag); in PKCS12_x5092certbag()
136 if(M_PKCS12_cert_bag_type(bag) != NID_x509Certificate) return NULL; in PKCS12_certbag2x509()
Dp12_asn.c85 ADB_ENTRY(NID_x509Certificate, ASN1_EXP(PKCS12_BAGS, value.x509cert, ASN1_OCTET_STRING, 0)),
Dp12_kiss.c249 if (M_PKCS12_cert_bag_type(bag) != NID_x509Certificate ) in parse_bag()
/external/openssl/crypto/objects/
Dobjects.h845 #define NID_x509Certificate 158 macro
Dobj_mac.h1012 #define NID_x509Certificate 158 macro
Dobj_dat.h1032 {"x509Certificate","x509Certificate",NID_x509Certificate,10,
/external/openssl/include/openssl/
Dobjects.h845 #define NID_x509Certificate 158 macro
Dobj_mac.h1012 #define NID_x509Certificate 158 macro
/external/openssl/apps/
Dpkcs12.c791 if (M_PKCS12_cert_bag_type(bag) != NID_x509Certificate ) in dump_certs_pkeys_bag()