Searched defs:attrtype (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c34 find_attribute(CK_ATTRIBUTE_TYPE attrtype, generic_attr_t *attributes,
617 find_attribute(CK_ATTRIBUTE_TYPE attrtype, generic_attr_t *attributes, argument
626 if (attr->attribute.type == attrtype) {
/illumos-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);
/illumos-gate/usr/src/lib/passwdutil/
H A Dpasswdutil.h81 } attrtype; typedef in typeref:enum:__anon4262
84 attrtype type;
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_util.c534 dladm_datatype_t attrtype; local
536 err = linkattr_get(headp, attr, &attrval, &attrsz, &attrtype);
544 retvalp->lr_type = attrtype;
/illumos-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))
/illumos-gate/usr/src/cmd/ldap/common/
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,
/illumos-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 219 milliseconds