Lines Matching refs:X509_ATTRIBUTE
18 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype,
20 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid);
652 STACK_OF(X509_ATTRIBUTE) *sk; in PKCS7_dataFinal()
946 STACK_OF(X509_ATTRIBUTE) *sk; in PKCS7_signatureVerify()
1081 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid) in get_attribute()
1084 X509_ATTRIBUTE *xa; in get_attribute()
1090 ASN1_OCTET_STRING *PKCS7_digest_from_attributes(STACK_OF(X509_ATTRIBUTE) *sk) in PKCS7_digest_from_attributes()
1099 STACK_OF(X509_ATTRIBUTE) *sk) in PKCS7_set_signed_attributes()
1118 STACK_OF(X509_ATTRIBUTE) *sk) in PKCS7_set_attributes()
1148 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, in add_attribute()
1151 X509_ATTRIBUTE *attr = NULL; in add_attribute()