Home
last modified time | relevance | path

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

/netbsd-src/lib/libpam/modules/pam_radius/
H A Dpam_radius.c161 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 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()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_att.c332 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 DX509_ATTRIBUTE.pod62 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 Dntfs_subr.c717 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 Dntfs_vfsops.c832 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 Dmbr.c2839 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 Daspell.en.pws1225 attrtype
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dx509.h950 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dx509.h.in974 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype,