Home
last modified time | relevance | path

Searched refs:dcrops (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c999 pd, &dcrops->dop_mech); in common_submit_request()
1001 err = KCF_PROV_DECRYPT_INIT(pd, ctx, &dcrops->dop_mech, in common_submit_request()
1002 dcrops->dop_key, dcrops->dop_templ, rhndl); in common_submit_request()
1007 dcrops->dop_plaintext, rhndl); in common_submit_request()
1012 dcrops->dop_ciphertext, dcrops->dop_plaintext, in common_submit_request()
1018 dcrops->dop_plaintext, rhndl); in common_submit_request()
1024 pd, &dcrops->dop_mech); in common_submit_request()
1026 err = KCF_PROV_DECRYPT_ATOMIC(pd, dcrops->dop_sid, in common_submit_request()
1027 &dcrops->dop_mech, dcrops->dop_key, in common_submit_request()
1028 dcrops->dop_ciphertext, dcrops->dop_plaintext, in common_submit_request()
[all …]
H A Dkcf_sched.c443 kcf_decrypt_ops_params_t *dcrops = &params->rp_u.decrypt_params; in can_resubmit() local
445 dcrops->dop_mech.cm_type = dcrops->dop_framework_mechtype; in can_resubmit()
446 *mech1 = &dcrops->dop_mech; in can_resubmit()
1825 kcf_decrypt_ops_params_t *dcrops = in kcf_next_req() local
1828 ct = (crypto_dual_data_t *)dcrops->dop_ciphertext; in kcf_next_req()
1830 pd = kcf_get_mech_provider(dcrops->dop_framework_mechtype, in kcf_next_req()
1934 kcf_decrypt_ops_params_t *dcrops = in kcf_last_req() local
1937 ct = (crypto_dual_data_t *)dcrops->dop_ciphertext; in kcf_last_req()