Home
last modified time | relevance | path

Searched refs:get_attribute (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/pkcs7/
H A Dpk7_doit.c22 static ASN1_TYPE *get_attribute(const STACK_OF(X509_ATTRIBUTE) *sk, int nid);
1155 return get_attribute(si->auth_attr, nid); in PKCS7_get_signed_attribute()
1160 return get_attribute(si->unauth_attr, nid); in PKCS7_get_attribute()
1163 static ASN1_TYPE *get_attribute(const STACK_OF(X509_ATTRIBUTE) *sk, int nid) in get_attribute() function
1175 if ((astype = get_attribute(sk, NID_pkcs9_messageDigest)) == NULL) in PKCS7_digest_from_attributes()

Completed in 21 milliseconds