Searched refs:M_PKCS12_cert_bag_type (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/crypto/pkcs12/
H A Dp12_utl.c142 if(M_PKCS12_cert_bag_type(bag) != NID_x509Certificate) return NULL;
149 if(M_PKCS12_cert_bag_type(bag) != NID_x509Crl) return NULL;
H A Dpkcs12.h160 #define M_PKCS12_cert_bag_type(bg) OBJ_obj2nid((bg)->value.bag->type) macro
161 #define M_PKCS12_crl_bag_type M_PKCS12_cert_bag_type
H A Dp12_kiss.c249 if (M_PKCS12_cert_bag_type(bag) != NID_x509Certificate )
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dpkcs12.h160 #define M_PKCS12_cert_bag_type(bg) OBJ_obj2nid((bg)->value.bag->type) macro
161 #define M_PKCS12_crl_bag_type M_PKCS12_cert_bag_type
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dpkcs12.c805 if (M_PKCS12_cert_bag_type(bag) != NID_x509Certificate )

Completed in 187 milliseconds