Searched refs:object_handle (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/crypto/api/ |
H A D | kcf_object.c | 43 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() 117 crypto_object_id_t object_handle, crypto_object_attribute_t *attrs, in crypto_object_copy() argument 138 object_handle, attrs, count, new_handle, in crypto_object_copy() 143 sid, object_handle, attrs, count, in crypto_object_copy() 156 crypto_session_id_t sid, crypto_object_id_t object_handle, in crypto_object_get_attribute_value() argument [all …]
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 4618 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()
|