get_attribute
authdata_client_get_attribute_proc get_attribute;
if (module->ftable->get_attribute == NULL)
code = (*module->ftable->get_attribute)(kcontext,
return get_attribute(si->auth_attr, nid);
return get_attribute(si->unauth_attr, nid);
if ((astype = get_attribute(sk, NID_pkcs9_messageDigest)) == NULL)
static ASN1_TYPE *get_attribute(const STACK_OF(X509_ATTRIBUTE) *sk, int nid);