Home
last modified time | relevance | path

Searched refs:object_handle (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_object.c43 crypto_object_id_t *object_handle, crypto_call_req_t *crq) in crypto_object_create() argument
63 attrs, count, object_handle, KCF_SWFP_RHNDL(crq)); in crypto_object_create()
67 sid, 0, attrs, count, object_handle, 0, in crypto_object_create()
80 crypto_object_id_t object_handle, crypto_call_req_t *crq) in crypto_object_destroy() argument
100 object_handle, KCF_SWFP_RHNDL(crq)); in crypto_object_destroy()
104 sid, object_handle, NULL, 0, NULL, 0, in crypto_object_destroy()
138 object_handle, attrs, count, new_handle, in crypto_object_copy()
143 sid, object_handle, attrs, count, in crypto_object_copy()
182 KCF_OP_OBJECT_GET_ATTRIBUTE_VALUE, sid, object_handle, in crypto_object_get_attribute_value()
221 KCF_OP_OBJECT_SET_ATTRIBUTE_VALUE, sid, object_handle, in crypto_object_set_attribute_value()
[all …]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c4618 crypto_object_id_t object_handle; in object_create() local
4662 &object_handle, 0, NULL, NULL, 0, NULL); in object_create()
4667 STRUCT_FSET(object_create, oc_handle, object_handle); in object_create()
4684 sp->sd_provider_session->ps_session, object_handle, in object_create()
5044 crypto_object_id_t object_handle; in object_set_attribute_value() local
5088 object_handle = STRUCT_FGET(set_attribute_value, sa_handle); in object_set_attribute_value()
5090 sp->sd_provider_session->ps_session, object_handle, k_attrs, count, in object_set_attribute_value()