Searched refs:dcrops (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/crypto/core/ |
H A D | kcf_callprov.c | 994 kcf_decrypt_ops_params_t *dcrops = ¶ms->rp_u.decrypt_params; in common_submit_request() local 998 KCF_SET_PROVIDER_MECHNUM(dcrops->dop_framework_mechtype, in common_submit_request() 999 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() 1006 err = KCF_PROV_DECRYPT(pd, ctx, dcrops->dop_ciphertext, 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() 1023 KCF_SET_PROVIDER_MECHNUM(dcrops->dop_framework_mechtype, in common_submit_request() [all …]
|
H A D | kcf_sched.c | 443 kcf_decrypt_ops_params_t *dcrops = ¶ms->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()
|