Lines Matching refs:X509_ATTRIBUTE
20 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype,
22 static ASN1_TYPE *get_attribute(const STACK_OF(X509_ATTRIBUTE) *sk, int nid);
726 STACK_OF(X509_ATTRIBUTE) *sk; in PKCS7_dataFinal()
1015 STACK_OF(X509_ATTRIBUTE) *sk; in PKCS7_signatureVerify()
1163 static ASN1_TYPE *get_attribute(const STACK_OF(X509_ATTRIBUTE) *sk, int nid) in get_attribute()
1166 X509_ATTRIBUTE *xa; in get_attribute()
1172 ASN1_OCTET_STRING *PKCS7_digest_from_attributes(STACK_OF(X509_ATTRIBUTE) *sk) in PKCS7_digest_from_attributes()
1181 STACK_OF(X509_ATTRIBUTE) *sk) in PKCS7_set_signed_attributes()
1200 STACK_OF(X509_ATTRIBUTE) *sk) in PKCS7_set_attributes()
1230 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, in add_attribute()
1233 X509_ATTRIBUTE *attr = NULL; in add_attribute()