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

/opensolaris-onvv-gate/usr/src/lib/passwdutil/
H A Dpasswdutil.h81 } attrtype; typedef in typeref:enum:__anon4618
84 attrtype type;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/x509/
H A Dx509_att.c270 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len) argument
276 if(attrtype & MBSTRING_FLAG) {
277 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
285 if(!(stmp = ASN1_STRING_type_new(attrtype))) goto err;
287 atype = attrtype;
H A Dx509.h1197 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len);
/opensolaris-onvv-gate/usr/src/cmd/ldap/ns_ldap/
H A Dmapping.c150 set_keys(char **key, char *attrtype) argument
178 totlen += strlen(attrtype) + strlen(k) + 3;
196 "(%s=%s)", attrtype, k);
218 set_keys_publickey(char **key, char *attrtype, int type, char **ret) argument
245 totlen += strlen(k) + strlen(attrtype) + 3;
267 "(%s=%s)", attrtype, k);
/opensolaris-onvv-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c35 find_attribute(CK_ATTRIBUTE_TYPE attrtype, generic_attr_t *attributes,
619 find_attribute(CK_ATTRIBUTE_TYPE attrtype, generic_attr_t *attributes, argument
628 if (attr->attribute.type == attrtype) {
/opensolaris-onvv-gate/usr/src/cmd/ldap/common/
H A Dldaptool.h195 int ldaptool_compare_ext_s( LDAP *ld, const char *dn, const char *attrtype,
H A Dcommon.c1526 int ldaptool_compare_ext_s( LDAP *ld, const char *dn, const char *attrtype, argument
1532 if (( rc = ldap_compare_ext( ld, dn, attrtype, bvalue, serverctrls,
/opensolaris-onvv-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_util.c533 dladm_datatype_t attrtype; local
535 err = linkattr_get(headp, attr, &attrval, &attrsz, &attrtype);
543 retvalp->lr_type = attrtype;
/opensolaris-onvv-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c1512 char *attrtype, *p; local
1519 attrtype = p;
1522 if ((p = strchr(attrtype, '=')) == 0 || p == attrtype ||
1527 * Skip trailing whitespaces in attrtype
1528 * Don't worry, p won't decrease beyond attrtype
1531 len = p - attrtype + 1;
1534 if (!strncasecmp(oc_lookup[i].attrType, attrtype, len))
/opensolaris-onvv-gate/usr/src/cmd/passwd/
H A Dpasswd.c210 static void attrlist_add(attrlist **, attrtype, char *);
212 static char *userinput(char *, pwu_repository_t *, attrtype);
536 userinput(char *name, pwu_repository_t *rep, attrtype type)
1686 * int attrlist_add(attrlist **l, attrtype type, char *val)
1691 attrlist_add(attrlist **l, attrtype type, char *val)
/opensolaris-onvv-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2413 CK_ATTRIBUTE_TYPE attrtype, KMF_BIGINT *bigint)
2418 attr.type = attrtype;
2412 get_bigint_attr(CK_SESSION_HANDLE sess, CK_OBJECT_HANDLE obj, CK_ATTRIBUTE_TYPE attrtype, KMF_BIGINT *bigint) argument

Completed in 862 milliseconds