/netbsd-src/lib/libpam/modules/pam_radius/ |
H A D | pam_radius.c | 161 int attrtype; in do_accept() local 166 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) { in do_accept() 167 if (attrtype == RAD_USER_NAME) { in do_accept() 178 if (attrtype == -1) { in do_accept() 189 int attrtype; in do_challenge() local 204 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) { in do_challenge() 205 switch (attrtype) { in do_challenge() 230 if (attrtype == -1) { in do_challenge()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
H A 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/ |
H A D | x509_att.c | 332 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, in X509_ATTRIBUTE_set1_data() argument 340 if (attrtype & MBSTRING_FLAG) { in X509_ATTRIBUTE_set1_data() 341 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype, in X509_ATTRIBUTE_set1_data() 349 if ((stmp = ASN1_STRING_type_new(attrtype)) == NULL) in X509_ATTRIBUTE_set1_data() 353 atype = attrtype; in X509_ATTRIBUTE_set1_data() 360 if (attrtype == 0) { in X509_ATTRIBUTE_set1_data() 366 if ((len == -1) && !(attrtype & MBSTRING_FLAG)) { in X509_ATTRIBUTE_set1_data() 367 if (!ASN1_TYPE_set1(ttmp, attrtype, data)) in X509_ATTRIBUTE_set1_data()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | X509_ATTRIBUTE.pod | 62 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, 149 If I<attrtype> has flag I<MBSTRING_FLAG> set then a table lookup using the 154 used with the passed in I<attrtype>. 155 If I<attrtype> is 0 the call does nothing except return 1.
|
/netbsd-src/sys/fs/ntfs/ |
H A D | ntfs_subr.c | 717 int *attrtype, char **attrname) in ntfs_ntlookupattr() argument 744 *attrtype = adp->ad_type; in ntfs_ntlookupattr() 749 *attrtype = NTFS_A_DATA; in ntfs_ntlookupattr() 780 int attrtype = NTFS_A_DATA; in ntfs_ntlookupfile() local 877 &attrtype, &attrname); in ntfs_ntlookupfile() 884 (attrtype == fp->f_attrtype) && in ntfs_ntlookupfile() 895 attrtype, attrname ? attrname : "", 0, &nvp); in ntfs_ntlookupfile()
|
H A D | ntfs_vfsops.c | 832 ntfs_vgetex(struct mount *mp, ino_t ino, u_int32_t attrtype, in ntfs_vgetex() argument 844 ntkey->k_attrtype = attrtype; in ntfs_vgetex()
|
/netbsd-src/usr.sbin/sysinst/ |
H A D | mbr.c | 2839 const char *attrtype = parts->dp.pscheme in part_attr_format_str() local 2842 if (attrtype == MSG_ptn_active) { in part_attr_format_str() 2848 } else if (attrtype == MSG_boot_dflt) { in part_attr_format_str() 2854 } else if (attrtype == MSG_bootmenu) { in part_attr_format_str() 2873 const char *attrtype = parts->dp.pscheme in part_attr_set_str() local 2882 if (attrtype == MSG_bootmenu) { in part_attr_set_str() 2901 const char *attrtype = parts->dp.pscheme in part_attr_toggle() local 2905 if (attrtype == MSG_ptn_active) { in part_attr_toggle() 2918 } else if (attrtype == MSG_boot_dflt) { in part_attr_toggle() 3098 const char *attrtype = parts->dp.pscheme in is_custom_attribute_writable() local [all …]
|
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
H A D | aspell.en.pws | 1225 attrtype
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | x509.h | 950 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | x509.h.in | 974 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
|