Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libpam/modules/pam_radius/
Dpam_radius.c149 int attrtype; in do_accept() local
154 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) { in do_accept()
155 switch (attrtype) { in do_accept()
171 __func__, attrtype); in do_accept()
174 if (attrtype == -1) { in do_accept()
187 int attrtype; in do_reject() local
192 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) { in do_reject()
193 switch (attrtype) { in do_reject()
203 __func__, attrtype); in do_reject()
206 if (attrtype < 0) { in do_reject()
[all …]
/freebsd-12-stable/crypto/openssl/crypto/x509/
Dx509_att.c245 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, in X509_ATTRIBUTE_set1_data() argument
253 if (attrtype & MBSTRING_FLAG) { in X509_ATTRIBUTE_set1_data()
254 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype, in X509_ATTRIBUTE_set1_data()
262 if ((stmp = ASN1_STRING_type_new(attrtype)) == NULL) in X509_ATTRIBUTE_set1_data()
266 atype = attrtype; in X509_ATTRIBUTE_set1_data()
273 if (attrtype == 0) { in X509_ATTRIBUTE_set1_data()
279 if ((len == -1) && !(attrtype & MBSTRING_FLAG)) { in X509_ATTRIBUTE_set1_data()
280 if (!ASN1_TYPE_set1(ttmp, attrtype, data)) in X509_ATTRIBUTE_set1_data()
/freebsd-12-stable/contrib/wpa/src/drivers/
Ddriver_nl80211.h21 #define nla_nest_start(msg, attrtype) \ argument
22 nla_nest_start(msg, NLA_F_NESTED | (attrtype))
/freebsd-12-stable/contrib/tcpdump/
Dprint-radius.c375 static struct attrtype { struct
/freebsd-12-stable/crypto/openssl/include/openssl/
Dx509.h950 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,