Lines Matching refs:crq
43 crypto_object_id_t *object_handle, crypto_call_req_t *crq) in crypto_object_create() argument
61 if (CHECK_FASTPATH(crq, real_provider)) { in crypto_object_create()
63 attrs, count, object_handle, KCF_SWFP_RHNDL(crq)); in crypto_object_create()
69 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_object_create()
80 crypto_object_id_t object_handle, crypto_call_req_t *crq) in crypto_object_destroy() argument
98 if (CHECK_FASTPATH(crq, real_provider)) { in crypto_object_destroy()
100 object_handle, KCF_SWFP_RHNDL(crq)); in crypto_object_destroy()
106 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_object_destroy()
118 uint_t count, crypto_object_id_t *new_handle, crypto_call_req_t *crq) in crypto_object_copy() argument
136 if (CHECK_FASTPATH(crq, real_provider)) { in crypto_object_copy()
139 KCF_SWFP_RHNDL(crq)); in crypto_object_copy()
145 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_object_copy()
157 crypto_object_attribute_t *attrs, uint_t count, crypto_call_req_t *crq) in crypto_object_get_attribute_value() argument
176 if (CHECK_FASTPATH(crq, real_provider)) { in crypto_object_get_attribute_value()
178 sid, object_handle, attrs, count, KCF_SWFP_RHNDL(crq)); in crypto_object_get_attribute_value()
184 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_object_get_attribute_value()
196 crypto_object_attribute_t *attrs, uint_t count, crypto_call_req_t *crq) in crypto_object_set_attribute_value() argument
215 if (CHECK_FASTPATH(crq, real_provider)) { in crypto_object_set_attribute_value()
217 sid, object_handle, attrs, count, KCF_SWFP_RHNDL(crq)); in crypto_object_set_attribute_value()
223 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_object_set_attribute_value()
234 crypto_object_id_t object_handle, size_t *size, crypto_call_req_t *crq) in crypto_object_get_size() argument
253 if (CHECK_FASTPATH(crq, real_provider)) { in crypto_object_get_size()
255 sid, object_handle, size, KCF_SWFP_RHNDL(crq)); in crypto_object_get_size()
260 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_object_get_size()
272 crypto_call_req_t *crq) in crypto_object_find_init() argument
294 if (CHECK_FASTPATH(crq, real_provider)) { in crypto_object_find_init()
296 sid, attrs, count, cookie, KCF_SWFP_RHNDL(crq)); in crypto_object_find_init()
301 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_object_find_init()
312 crypto_call_req_t *crq) in crypto_object_find_final() argument
328 if (CHECK_FASTPATH(crq, real_provider)) { in crypto_object_find_final()
330 cookie, KCF_SWFP_RHNDL(crq)); in crypto_object_find_final()
347 crypto_call_req_t *crq) in crypto_object_find() argument
365 if (CHECK_FASTPATH(crq, real_provider)) { in crypto_object_find()
367 max_count, count, KCF_SWFP_RHNDL(crq)); in crypto_object_find()
372 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_object_find()