Home
last modified time | relevance | path

Searched refs:object_copy (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.c91 crypto_object_copy_t object_copy; in C_CopyObject() local
195 object_copy.oc_session = session_p->k_session; in C_CopyObject()
196 object_copy.oc_handle = old_object->k_handle; in C_CopyObject()
198 object_copy.oc_count = ulCount; in C_CopyObject()
199 object_copy.oc_new_attributes = NULL; in C_CopyObject()
202 &object_copy.oc_new_attributes, &is_token_obj); in C_CopyObject()
209 &object_copy)) < 0) { in C_CopyObject()
217 object_copy.oc_return_value); in C_CopyObject()
221 free_object_attributes(object_copy.oc_new_attributes, ulCount); in C_CopyObject()
231 new_object->k_handle = object_copy.oc_new_handle; in C_CopyObject()
/titanic_50/usr/src/uts/common/crypto/io/
H A Dcrypto.c763 if (object_ops->object_copy != NULL) in crypto_build_function_list()
4616 object_copy(dev_t dev, caddr_t arg, int mode, int *rval) in object_copy() function
4618 STRUCT_DECL(crypto_object_copy, object_copy); in object_copy()
4634 STRUCT_INIT(object_copy, mode); in object_copy()
4641 if (copyin(arg, STRUCT_BUF(object_copy), in object_copy()
4642 STRUCT_SIZE(object_copy)) != 0) { in object_copy()
4647 count = STRUCT_FGET(object_copy, oc_count); in object_copy()
4648 oc_new_attributes = STRUCT_FGETP(object_copy, oc_new_attributes); in object_copy()
4650 session_id = STRUCT_FGET(object_copy, oc_session); in object_copy()
4663 CRYPTO_OBJECT_OFFSET(object_copy), sp->sd_provider, in object_copy()
[all …]
/titanic_50/usr/src/uts/common/crypto/api/
H A Dkcf_object.c129 object_ops), CRYPTO_OBJECT_OFFSET(object_copy), in crypto_object_copy()
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobject.c424 object_copy(CK_ATTRIBUTE * pTemplate, in object_copy() function
H A Dobj_mgr.c566 rc = object_copy(pTemplate, ulCount, old_obj, &new_obj); in object_mgr_copy()
H A Dtpmtok_int.h1001 CK_RV object_copy(CK_ATTRIBUTE *,
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dspi.h403 int (*object_copy)(crypto_provider_handle_t, crypto_session_id_t, member
H A Dimpl.h1076 (KCF_PROV_OBJECT_OPS(pd) && KCF_PROV_OBJECT_OPS(pd)->object_copy) ? \
1077 KCF_PROV_OBJECT_OPS(pd)->object_copy((pd)->pd_prov_handle, \