Searched defs:attrtype (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaAttrManager.c | 34 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 D | mapping.c | 150 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 D | passwdutil.h | 81 } attrtype; typedef in typeref:enum:__anon4262 84 attrtype type;
|
/illumos-gate/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_util.c | 534 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 D | dit_access_utils.c | 1512 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 D | common.c | 1526 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 D | pkcs11_spi.c | 2413 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 82 milliseconds