Searched refs:attr_nid (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_attr.c120 ASN1_TYPE *PKCS12_get_attr_gen(STACK_OF(X509_ATTRIBUTE) *attrs, int attr_nid)
128 if (OBJ_obj2nid(attrib->object) == attr_nid) {
H A Dpkcs12.h164 # define PKCS12_get_attr(bag, attr_nid) \
165 PKCS12_get_attr_gen(bag->attrib, attr_nid)
167 # define PKCS8_get_attr(p8, attr_nid) \
168 PKCS12_get_attr_gen(p8->attributes, attr_nid)
211 ASN1_TYPE *PKCS12_get_attr_gen(STACK_OF(X509_ATTRIBUTE) *attrs, int attr_nid); variable
/freebsd-10-stable/crypto/openssl/apps/
H A Dpkcs12.c983 int i, attr_nid; local
995 attr_nid = OBJ_obj2nid(attr->object);
997 if (attr_nid == NID_undef) {
1001 BIO_printf(out, "%s: ", OBJ_nid2ln(attr_nid));

Completed in 206 milliseconds