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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.c91 crypto_object_copy_t object_copy; local
195 object_copy.oc_session = session_p->k_session;
196 object_copy.oc_handle = old_object->k_handle;
198 object_copy.oc_count = ulCount;
199 object_copy.oc_new_attributes = NULL;
202 &object_copy.oc_new_attributes, &is_token_obj);
209 &object_copy)) < 0) {
217 object_copy.oc_return_value);
221 free_object_attributes(object_copy.oc_new_attributes, ulCount);
231 new_object->k_handle = object_copy
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobject.c414 // object_copy()
424 object_copy(CK_ATTRIBUTE * pTemplate, function
H A Dtpmtok_int.h1001 CK_RV object_copy(CK_ATTRIBUTE *,
H A Dobj_mgr.c566 rc = object_copy(pTemplate, ulCount, old_obj, &new_obj);
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_object.c129 object_ops), CRYPTO_OBJECT_OFFSET(object_copy),
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c763 if (object_ops->object_copy != NULL)
4616 object_copy(dev_t dev, caddr_t arg, int mode, int *rval) function
4618 STRUCT_DECL(crypto_object_copy, object_copy);
4634 STRUCT_INIT(object_copy, mode);
4637 cmn_err(CE_WARN, "object_copy: failed holding minor");
4641 if (copyin(arg, STRUCT_BUF(object_copy),
4642 STRUCT_SIZE(object_copy)) != 0) {
4647 count = STRUCT_FGET(object_copy, oc_count);
4648 oc_new_attributes = STRUCT_FGETP(object_copy, oc_new_attributes);
4650 session_id = STRUCT_FGET(object_copy, oc_sessio
[all...]
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dspi.h403 int (*object_copy)(crypto_provider_handle_t, crypto_session_id_t, member in struct:crypto_object_ops
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, \

Completed in 104 milliseconds