Lines Matching refs:crq

48     crypto_context_t *ctxp, crypto_call_req_t *crq)  in crypto_verify_init_prov()  argument
68 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) { in crypto_verify_init_prov()
76 rv = kcf_submit_request(real_provider, ctx, crq, &params, B_FALSE); in crypto_verify_init_prov()
93 crypto_ctx_template_t tmpl, crypto_context_t *ctxp, crypto_call_req_t *crq) in crypto_verify_init() argument
131 ctxp, crq); in crypto_verify_init()
136 if (kcf_insert_triedlist(&list, pd, KCF_KMFLAG(crq)) != NULL) in crypto_verify_init()
232 crypto_call_req_t *crq) in crypto_verify_prov() argument
251 rv = kcf_submit_request(real_provider, NULL, crq, &params, B_FALSE); in crypto_verify_prov()
261 crypto_call_req_t *crq, crypto_func_group_t fg) in verify_vr_atomic_common() argument
300 if (CHECK_FASTPATH(crq, pd)) { in verify_vr_atomic_common()
308 KCF_SWFP_RHNDL(crq)); in verify_vr_atomic_common()
313 KCF_SWFP_RHNDL(crq)); in verify_vr_atomic_common()
323 error = kcf_submit_request(pd, NULL, crq, &params, B_FALSE); in verify_vr_atomic_common()
329 if (kcf_insert_triedlist(&list, pd, KCF_KMFLAG(crq)) != NULL) in verify_vr_atomic_common()
343 crypto_call_req_t *crq) in crypto_verify() argument
345 return (verify_vr_atomic_common(mech, key, data, tmpl, signature, crq, in crypto_verify()
352 crypto_ctx_template_t tmpl, crypto_data_t *data, crypto_call_req_t *crq) in crypto_verify_recover_prov() argument
371 rv = kcf_submit_request(real_provider, NULL, crq, &params, B_FALSE); in crypto_verify_recover_prov()
381 crypto_call_req_t *crq) in crypto_verify_recover() argument
383 return (verify_vr_atomic_common(mech, key, data, tmpl, signature, crq, in crypto_verify_recover()
390 crypto_ctx_template_t tmpl, crypto_context_t *ctxp, crypto_call_req_t *crq) in crypto_verify_recover_init_prov() argument
410 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) { in crypto_verify_recover_init_prov()
418 rv = kcf_submit_request(real_provider, ctx, crq, &params, B_FALSE); in crypto_verify_recover_init_prov()