Home
last modified time | relevance | path

Searched refs:dops (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c847 kcf_digest_ops_params_t *dops = &params->rp_u.digest_params; in common_submit_request() local
856 KCF_SET_PROVIDER_MECHNUM(dops->do_framework_mechtype, in common_submit_request()
857 pd, &dops->do_mech); in common_submit_request()
859 err = KCF_PROV_DIGEST_INIT(pd, ctx, &dops->do_mech, in common_submit_request()
864 err = KCF_PROV_DIGEST(pd, ctx, dops->do_data, in common_submit_request()
865 dops->do_digest, rhndl); in common_submit_request()
870 dops->do_data, rhndl); in common_submit_request()
875 dops->do_digest, rhndl); in common_submit_request()
880 KCF_SET_PROVIDER_MECHNUM(dops->do_framework_mechtype, in common_submit_request()
881 pd, &dops->do_mech); in common_submit_request()
[all …]
H A Dkcf_sched.c375 kcf_digest_ops_params_t *dops = &params->rp_u.digest_params; in can_resubmit() local
377 dops->do_mech.cm_type = dops->do_framework_mechtype; in can_resubmit()
378 *mech1 = &dops->do_mech; in can_resubmit()
466 kcf_mac_decrypt_ops_params_t *dops = in can_resubmit() local
469 dops->md_mac_mech.cm_type = dops->md_framework_mac_mechtype; in can_resubmit()
470 *mech1 = &dops->md_mac_mech; in can_resubmit()
471 dops->md_decr_mech.cm_type = dops->md_framework_decr_mechtype; in can_resubmit()
472 *mech2 = &dops->md_decr_mech; in can_resubmit()
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dops_impl.h370 kcf_digest_ops_params_t *dops = &(req)->rp_u.digest_params; \
375 dops->do_sid = _sid; \
377 dops->do_mech = *mechp; \
378 dops->do_framework_mechtype = mechp->cm_type; \
380 dops->do_digest_key = _key; \
381 dops->do_data = _data; \
382 dops->do_digest = _digest; \
/titanic_50/usr/src/uts/common/io/dld/
H A Ddld_drv.c1641 struct dev_ops *dops = NULL; in drv_ioctl() local
1657 dops = ddi_hold_driver(major); in drv_ioctl()
1666 if ((dip == NULL && dops == NULL) || dim->dim_list == NULL) { in drv_ioctl()
1709 if (dops != NULL) in drv_ioctl()