HomeSort by relevance Sort by last modified time
    Searched refs:M_PKCS12_cert_bag_type (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/pkcs12/
p12_utl.c 142 if(M_PKCS12_cert_bag_type(bag) != NID_x509Certificate) return NULL;
149 if(M_PKCS12_cert_bag_type(bag) != NID_x509Crl) return NULL;
pkcs12.h 160 #define M_PKCS12_cert_bag_type(bg) OBJ_obj2nid((bg)->value.bag->type)
161 #define M_PKCS12_crl_bag_type M_PKCS12_cert_bag_type
p12_kiss.c 249 if (M_PKCS12_cert_bag_type(bag) != NID_x509Certificate )
  /external/openssl/include/openssl/
pkcs12.h 160 #define M_PKCS12_cert_bag_type(bg) OBJ_obj2nid((bg)->value.bag->type)
161 #define M_PKCS12_crl_bag_type M_PKCS12_cert_bag_type
  /external/openssl/apps/
pkcs12.c 811 if (M_PKCS12_cert_bag_type(bag) != NID_x509Certificate )

Completed in 13 milliseconds