Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c23 static ASN1_TYPE *get_attribute(const STACK_OF(X509_ATTRIBUTE) *sk, int nid);
1210 return get_attribute(si->auth_attr, nid); in PKCS7_get_signed_attribute()
1215 return get_attribute(si->unauth_attr, nid); in PKCS7_get_attribute()
1218 static ASN1_TYPE *get_attribute(const STACK_OF(X509_ATTRIBUTE) *sk, int nid) in get_attribute() function
1230 if ((astype = get_attribute(sk, NID_pkcs9_messageDigest)) == NULL) in PKCS7_digest_from_attributes()
/src/crypto/krb5/src/include/krb5/
H A Dauthdata_plugin.h202 authdata_client_get_attribute_proc get_attribute; member
/src/crypto/krb5/src/lib/krb5/krb/
H A Dauthdata.c828 if (module->ftable->get_attribute == NULL) in krb5_authdata_get_attribute()
831 code = (*module->ftable->get_attribute)(kcontext, in krb5_authdata_get_attribute()