Home
last modified time | relevance | path

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

/external/openssl/crypto/pkcs7/
Dpk7_doit.c69 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() function
1198 if(!(astype = get_attribute(sk, NID_pkcs9_messageDigest))) return NULL; in PKCS7_digest_from_attributes()
/external/chromium/third_party/libjingle/source/talk/base/
Dhttpcommon-inl.h119 bool Url<CTYPE>::get_attribute(const string& name, string* value) const { in get_attribute() function
Dhttpcommon.h275 bool get_attribute(const string& name, string* value) const;