Searched refs:attrtype (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/crypto/openssl/crypto/x509/
H A Dx509_att.c296 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, argument
304 if (attrtype & MBSTRING_FLAG) {
305 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
313 if (!(stmp = ASN1_STRING_type_new(attrtype)))
317 atype = attrtype;
327 if (attrtype == 0)
331 if ((len == -1) && !(attrtype & MBSTRING_FLAG)) {
332 if (!ASN1_TYPE_set1(ttmp, attrtype, data))
H A Dx509.h1130 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
/freebsd-10.2-release/lib/libpam/modules/pam_radius/
H A Dpam_radius.c144 int attrtype; local
149 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) {
150 if (attrtype == RAD_USER_NAME) {
161 if (attrtype == -1) {
173 int attrtype; local
188 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) {
189 switch (attrtype) {
214 if (attrtype == -1) {
/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-radius.c336 struct attrtype { const char *name; /* Attribute name */ struct

Completed in 109 milliseconds