Lines Matching refs:crq
42 crypto_object_id_t *handle, crypto_call_req_t *crq) in crypto_key_generate() argument
60 if (CHECK_FASTPATH(crq, real_provider)) { in crypto_key_generate()
62 mech, attrs, count, handle, KCF_SWFP_RHNDL(crq)); in crypto_key_generate()
67 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_key_generate()
81 crypto_call_req_t *crq) in crypto_key_generate_pair() argument
99 if (CHECK_FASTPATH(crq, real_provider)) { in crypto_key_generate_pair()
102 pri_handle, KCF_SWFP_RHNDL(crq)); in crypto_key_generate_pair()
108 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_key_generate_pair()
121 crypto_call_req_t *crq) in crypto_key_wrap() argument
139 if (CHECK_FASTPATH(crq, real_provider)) { in crypto_key_wrap()
141 key, wrapped_key, wrapped_key_len, KCF_SWFP_RHNDL(crq)); in crypto_key_wrap()
147 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_key_wrap()
161 crypto_call_req_t *crq) in crypto_key_unwrap() argument
179 if (CHECK_FASTPATH(crq, real_provider)) { in crypto_key_unwrap()
182 count, key, KCF_SWFP_RHNDL(crq)); in crypto_key_unwrap()
188 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_key_unwrap()
201 crypto_object_id_t *new_key, crypto_call_req_t *crq) in crypto_key_derive() argument
219 if (CHECK_FASTPATH(crq, real_provider)) { in crypto_key_derive()
221 attrs, count, new_key, KCF_SWFP_RHNDL(crq)); in crypto_key_derive()
226 rv = kcf_submit_request(real_provider, NULL, crq, in crypto_key_derive()