Searched refs:get_attribute (Results 1 – 3 of 3) sorted by relevance
69 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid);1165 return(get_attribute(si->auth_attr,nid)); in PKCS7_get_signed_attribute()1170 return(get_attribute(si->unauth_attr,nid)); in PKCS7_get_attribute()1173 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid) in get_attribute() function1198 if(!(astype = get_attribute(sk, NID_pkcs9_messageDigest))) return NULL; in PKCS7_digest_from_attributes()
119 bool Url<CTYPE>::get_attribute(const string& name, string* value) const { in get_attribute() function
275 bool get_attribute(const string& name, string* value) const;