Searched refs:dcrops (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/core/ |
| H A D | kcf_callprov.c | 662 pd, &dcrops->dop_mech); in common_submit_request() 664 err = KCF_PROV_DECRYPT_INIT(pd, ctx, &dcrops->dop_mech, in common_submit_request() 665 dcrops->dop_key, dcrops->dop_templ, rhndl); in common_submit_request() 670 dcrops->dop_plaintext, rhndl); in common_submit_request() 675 dcrops->dop_ciphertext, dcrops->dop_plaintext, in common_submit_request() 681 dcrops->dop_plaintext, rhndl); in common_submit_request() 687 pd, &dcrops->dop_mech); in common_submit_request() 689 err = KCF_PROV_DECRYPT_ATOMIC(pd, dcrops->dop_sid, in common_submit_request() 690 &dcrops->dop_mech, dcrops->dop_key, in common_submit_request() 691 dcrops->dop_ciphertext, dcrops->dop_plaintext, in common_submit_request() [all …]
|
| H A D | kcf_sched.c | 439 kcf_decrypt_ops_params_t *dcrops = ¶ms->rp_u.decrypt_params; in can_resubmit() local 441 dcrops->dop_mech.cm_type = dcrops->dop_framework_mechtype; in can_resubmit() 442 *mech1 = &dcrops->dop_mech; in can_resubmit() 1634 kcf_decrypt_ops_params_t *dcrops = in kcf_next_req() local 1637 ct = (crypto_dual_data_t *)dcrops->dop_ciphertext; in kcf_next_req() 1639 pd = kcf_get_mech_provider(dcrops->dop_framework_mechtype, in kcf_next_req() 1752 kcf_decrypt_ops_params_t *dcrops = in kcf_last_req() local 1755 ct = (crypto_dual_data_t *)dcrops->dop_ciphertext; in kcf_last_req()
|