Searched defs:dcrops (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c994 kcf_decrypt_ops_params_t *dcrops = &params->rp_u.decrypt_params; local
998 KCF_SET_PROVIDER_MECHNUM(dcrops->dop_framework_mechtype,
999 pd, &dcrops->dop_mech);
1001 err = KCF_PROV_DECRYPT_INIT(pd, ctx, &dcrops->dop_mech,
1002 dcrops->dop_key, dcrops->dop_templ, rhndl);
1006 err = KCF_PROV_DECRYPT(pd, ctx, dcrops->dop_ciphertext,
1007 dcrops->dop_plaintext, rhndl);
1012 dcrops->dop_ciphertext, dcrops
[all...]
H A Dkcf_sched.c443 kcf_decrypt_ops_params_t *dcrops = &params->rp_u.decrypt_params; local
445 dcrops->dop_mech.cm_type = dcrops->dop_framework_mechtype;
446 *mech1 = &dcrops->dop_mech;
1825 kcf_decrypt_ops_params_t *dcrops = local
1828 ct = (crypto_dual_data_t *)dcrops->dop_ciphertext;
1830 pd = kcf_get_mech_provider(dcrops->dop_framework_mechtype,
1934 kcf_decrypt_ops_params_t *dcrops = local
1937 ct = (crypto_dual_data_t *)dcrops->dop_ciphertext;

Completed in 57 milliseconds