Home
last modified time | relevance | path

Searched refs:objclass (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11SUNWExtensions.c37 static CK_OBJECT_CLASS objclass = CKO_SECRET_KEY; variable
318 template[i].pValue = &objclass; in SUNW_C_KeyToObject()
319 template[i].ulValueLen = sizeof (objclass); in SUNW_C_KeyToObject()
454 template[i].pValue = &objclass; in pkcs11_PasswdToPBKD2Object()
455 template[i].ulValueLen = sizeof (objclass); in pkcs11_PasswdToPBKD2Object()
H A DmetaObjectManager.c885 CK_OBJECT_CLASS objclass; in create_wrap_unwrap_key() local
892 objclass = wrap_info->class; in create_wrap_unwrap_key()
894 template[i].pValue = &objclass; in create_wrap_unwrap_key()
895 template[i].ulValueLen = sizeof (objclass); in create_wrap_unwrap_key()
909 if (objclass == CKO_SECRET_KEY) { in create_wrap_unwrap_key()
931 if (objclass == CKO_PUBLIC_KEY) { in create_wrap_unwrap_key()
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c643 OT2Int(char *objclass) in OT2Int() argument
648 if (objclass == NULL) in OT2Int()
651 c = strchr(objclass, ':'); in OT2Int()
665 if (strcasecmp(objclass, "public") == 0) { in OT2Int()
669 } else if (strcasecmp(objclass, "private") == 0) { in OT2Int()
673 } else if (strcasecmp(objclass, "both") == 0) { in OT2Int()
677 } else if (strcasecmp(objclass, "cert") == 0) { in OT2Int()
679 } else if (strcasecmp(objclass, "key") == 0) { in OT2Int()
691 } else if (strcasecmp(objclass, "crl") == 0) { in OT2Int()
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c836 CK_OBJECT_CLASS objclass = CKO_SECRET_KEY; in execute_cmd() local
841 template[nattr].pValue = &objclass; in execute_cmd()
842 template[nattr].ulValueLen = sizeof (objclass); in execute_cmd()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c70 char *objclass; /* Objectclass for the servicetype */ member
323 __s_mk_entry(char **objclass, int max_attr) in __s_mk_entry() argument
336 if (__s_add_attrlist(e, "objectClass", objclass) != NS_LDAP_SUCCESS) { in __s_mk_entry()
4150 tt->objclass); in dumptable()
4157 tt->objclass); in dumptable()
4160 "(objectclass=%s)", tt->objclass); in dumptable()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c1498 __s_mk_entry(char **objclass, int max_attr) in __s_mk_entry() argument
1512 if (__s_add_attrlist(e, "objectClass", objclass) != NS_LDAP_SUCCESS) { in __s_mk_entry()