| /src/lib/libpam/modules/pam_radius/ |
| pam_radius.c | 161 int attrtype; local 166 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) { 167 if (attrtype == RAD_USER_NAME) { 178 if (attrtype == -1) { 189 int attrtype; local 204 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) { 205 switch (attrtype) { 230 if (attrtype == -1) {
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
| x509_att.c | 245 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, 253 if (attrtype & MBSTRING_FLAG) { 254 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype, 262 if ((stmp = ASN1_STRING_type_new(attrtype)) == NULL) 266 atype = attrtype; 273 if (attrtype == 0) { 279 if ((len == -1) && !(attrtype & MBSTRING_FLAG)) { 280 if (!ASN1_TYPE_set1(ttmp, attrtype, data))
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| x509_att.c | 347 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, 358 if ((attrtype & MBSTRING_FLAG) != 0) { 359 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype, 367 if ((stmp = ASN1_STRING_type_new(attrtype)) == NULL 372 atype = attrtype; 379 if (attrtype == 0) { 387 if (len == -1 && (attrtype & MBSTRING_FLAG) == 0) { 388 if (!ASN1_TYPE_set1(ttmp, attrtype, data)) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| x509_att.c | 332 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, 340 if (attrtype & MBSTRING_FLAG) { 341 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype, 349 if ((stmp = ASN1_STRING_type_new(attrtype)) == NULL) 353 atype = attrtype; 360 if (attrtype == 0) { 366 if ((len == -1) && !(attrtype & MBSTRING_FLAG)) { 367 if (!ASN1_TYPE_set1(ttmp, attrtype, data))
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_nl80211.h | 21 #define nla_nest_start(msg, attrtype) \ 22 nla_nest_start(msg, NLA_F_NESTED | (attrtype))
|
| /src/sys/fs/ntfs/ |
| ntfs_subr.c | 717 int *attrtype, char **attrname) 744 *attrtype = adp->ad_type; 749 *attrtype = NTFS_A_DATA; 780 int attrtype = NTFS_A_DATA; local 877 &attrtype, &attrname); 884 (attrtype == fp->f_attrtype) && 895 attrtype, attrname ? attrname : "", 0, &nvp);
|
| ntfs_vfsops.c | 832 ntfs_vgetex(struct mount *mp, ino_t ino, u_int32_t attrtype, 844 ntkey->k_attrtype = attrtype;
|
| /src/usr.sbin/sysinst/ |
| mbr.c | 2839 const char *attrtype = parts->dp.pscheme local 2842 if (attrtype == MSG_ptn_active) { 2848 } else if (attrtype == MSG_boot_dflt) { 2854 } else if (attrtype == MSG_bootmenu) { 2873 const char *attrtype = parts->dp.pscheme local 2882 if (attrtype == MSG_bootmenu) { 2901 const char *attrtype = parts->dp.pscheme local 2905 if (attrtype == MSG_ptn_active) { 2918 } else if (attrtype == MSG_boot_dflt) { 3098 const char *attrtype = parts->dp.pschem local [all...] |
| /src/external/bsd/tcpdump/dist/ |
| print-radius.c | 610 static const struct attrtype { struct
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| x509.h | 950 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| x509.h.in | 996 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| x509.h.in | 974 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
|