Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c3196 ASN1_TYPE *attrib_type; in crypto_csr_get_attribute() local
3217 attrib_type = X509_ATTRIBUTE_get0_type(attrib, 0); in crypto_csr_get_attribute()
3218 if (!attrib_type) in crypto_csr_get_attribute()
3220 *type = ASN1_TYPE_get(attrib_type); in crypto_csr_get_attribute()