Home
last modified time | relevance | path

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

/freebsd/lib/libradius/
H A Dradlib_private.h103 u_char attrib_type; member
H A Dradlib.c1376 return (attr->attrib_type); in rad_get_vendor_attr()
1415 attr->attrib_type = type; in rad_put_vendor_attr()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c4368 ASN1_TYPE *attrib_type; in crypto_csr_get_attribute() local
4389 attrib_type = X509_ATTRIBUTE_get0_type(attrib, 0); in crypto_csr_get_attribute()
4390 if (!attrib_type) in crypto_csr_get_attribute()
4392 *type = ASN1_TYPE_get(attrib_type); in crypto_csr_get_attribute()