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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_att.c285 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len) argument
291 if(attrtype & MBSTRING_FLAG) {
292 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
300 if(!(stmp = ASN1_STRING_type_new(attrtype))) goto err;
302 atype = attrtype;
310 if (attrtype == 0)
313 if ((len == -1) && !(attrtype & MBSTRING_FLAG))
315 if (!ASN1_TYPE_set1(ttmp, attrtype, data))
H A Dx509.h1125 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len);
/netbsd-6-1-5-RELEASE/lib/libpam/modules/pam_radius/
H A Dpam_radius.c160 int attrtype; local
165 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) {
166 if (attrtype == RAD_USER_NAME) {
177 if (attrtype == -1) {
188 int attrtype; local
203 while ((attrtype = rad_get_attr(radh, &attrval, &attrlen)) > 0) {
204 switch (attrtype) {
229 if (attrtype == -1) {
/netbsd-6-1-5-RELEASE/sys/fs/ntfs/
H A Dntfs_subr.c740 int attrtype,
747 dprintf(("ntfs_fget: ino: %llu, attrtype: 0x%x, attrname: %s\n",
748 (unsigned long long)ip->i_number, attrtype, attrname?attrname:""));
751 dprintf(("ntfs_fget: fnode: attrtype: %d, attrname: %s\n",
754 if ((attrtype == fp->f_attrtype) &&
772 fp->f_attrtype = attrtype;
817 int *attrtype,
845 *attrtype = adp->ad_type;
856 *attrtype = NTFS_A_DATA;
884 int attrtype local
737 ntfs_fget( struct ntfsmount *ntmp, struct ntnode *ip, int attrtype, char *attrname, struct fnode **fpp ) argument
813 ntfs_ntlookupattr( struct ntfsmount * ntmp, const char * name, int namelen, int *attrtype, char **attrname) argument
[all...]
H A Dntfs_vfsops.c713 u_int32_t attrtype,
727 " 0x%lx\n", (unsigned long long)ino, attrtype,
752 error = ntfs_fget(ntmp, ip, attrtype, attrname, &fp);
806 error = ntfs_fget(ntmp, ip, attrtype, attrname, &fp);
710 ntfs_vgetex( struct mount *mp, ino_t ino, u_int32_t attrtype, char *attrname, u_long lkflags, u_long flags, struct vnode **vpp) argument
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-radius.c336 struct attrtype { const char *name; /* Attribute name */ struct

Completed in 129 milliseconds