Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dx509_att.c317 X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, in X509_ATTRIBUTE_set1_data() argument
326 if (attrtype & MBSTRING_FLAG) { in X509_ATTRIBUTE_set1_data()
327 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype, in X509_ATTRIBUTE_set1_data()
335 if (!(stmp = ASN1_STRING_type_new(attrtype))) in X509_ATTRIBUTE_set1_data()
339 atype = attrtype; in X509_ATTRIBUTE_set1_data()
346 if (attrtype == 0) { in X509_ATTRIBUTE_set1_data()
353 if ((len == -1) && !(attrtype & MBSTRING_FLAG)) { in X509_ATTRIBUTE_set1_data()
354 if (!ASN1_TYPE_set1(ttmp, attrtype, data)) in X509_ATTRIBUTE_set1_data()
H A Dx509.h949 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len);
/openbsd/sys/ntfs/
H A Dntfs_subr.c706 ntfs_fget(struct ntfsmount *ntmp, struct ntnode *ip, int attrtype, in ntfs_fget() argument
712 ip->i_number, attrtype, attrname ? attrname : ""); in ntfs_fget()
718 if ((attrtype == fp->f_attrtype) && in ntfs_fget()
736 fp->f_attrtype = attrtype; in ntfs_fget()
776 int *attrtype, char **attrname) in ntfs_ntlookupattr() argument
803 *attrtype = adp->ad_type; in ntfs_ntlookupattr()
814 *attrtype = NTFS_A_DATA; in ntfs_ntlookupattr()
838 int attrtype = NTFS_A_DATA; in ntfs_ntlookupfile() local
935 &attrtype, &attrname); in ntfs_ntlookupfile()
942 (attrtype == fp->f_attrtype) && in ntfs_ntlookupfile()
[all …]
H A Dntfs_vfsops.c665 ntfs_vgetex(struct mount *mp, ntfsino_t ino, u_int32_t attrtype, char *attrname, in ntfs_vgetex() argument
676 ino, attrtype, attrname ? attrname : "", lkflags, flags); in ntfs_vgetex()
700 error = ntfs_fget(ntmp, ip, attrtype, attrname, &fp); in ntfs_vgetex()