Searched refs:attrtype (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/lib/libpam/modules/pam_radius/ |
| D | pam_radius.c | 149 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/ |
| D | x509_att.c | 245 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/ |
| D | driver_nl80211.h | 21 #define nla_nest_start(msg, attrtype) \ argument 22 nla_nest_start(msg, NLA_F_NESTED | (attrtype))
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | print-radius.c | 375 static struct attrtype { struct
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | x509.h | 950 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
|