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

/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c1182 return (get_attribute(si->unauth_attr, nid));
1239 if (p7si->unauth_attr != NULL)
1240 sk_X509_ATTRIBUTE_pop_free(p7si->unauth_attr, X509_ATTRIBUTE_free);
1241 p7si->unauth_attr = sk_X509_ATTRIBUTE_dup(sk);
1242 if (p7si->unauth_attr == NULL)
1245 if ((sk_X509_ATTRIBUTE_set(p7si->unauth_attr, i,
1263 return (add_attribute(&(p7si->unauth_attr), nid, atrtype, value));
H A Dpkcs7.h98 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */ member in struct:pkcs7_signer_info_st
210 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
H A Dpk7_asn1.c154 ASN1_IMP_SET_OF_OPT(PKCS7_SIGNER_INFO, unauth_attr, X509_ATTRIBUTE, 1)

Completed in 125 milliseconds