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

/external/openssl/crypto/pkcs12/
H A Dp12_attr.c140 if (!(atype = PKCS12_get_attr(bag, NID_friendlyName))) return NULL;
H A Dp12_kiss.c233 if ((attrib = PKCS12_get_attr (bag, NID_friendlyName)))
236 if ((attrib = PKCS12_get_attr (bag, NID_localKeyID)))
H A Dpkcs12.h161 #define PKCS12_get_attr(bag, attr_nid) \ macro
/external/openssl/include/openssl/
H A Dpkcs12.h161 #define PKCS12_get_attr(bag, attr_nid) \ macro
/external/openssl/apps/
H A Dpkcs12.c795 if (PKCS12_get_attr(bag, NID_localKeyID)) {

Completed in 216 milliseconds