Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c883 &dops->do_mech, dops->do_data, dops->do_digest, in common_submit_request()
1280 &dops->md_mac_mech, dops->md_mac_key, in common_submit_request()
1281 &dops->md_decr_mech, dops->md_decr_key, in common_submit_request()
1282 dops->md_mac_templ, dops->md_decr_templ, in common_submit_request()
1289 dops->md_ciphertext, dops->md_mac, in common_submit_request()
1327 &dops->md_mac_mech, dops->md_mac_key, in common_submit_request()
1328 &dops->md_decr_mech, dops->md_decr_key, in common_submit_request()
1329 dops->md_ciphertext, dops->md_mac, in common_submit_request()
1348 dops->md_sid, &dops->md_mac_mech, dops->md_mac_key, in common_submit_request()
1349 &dops->md_decr_mech, dops->md_decr_key, 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()
/illumos-gate/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; \
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c1660 struct dev_ops *dops = NULL; in drv_ioctl() local
1676 dops = ddi_hold_driver(major); in drv_ioctl()
1685 if ((dip == NULL && dops == NULL) || dim->dim_list == NULL) { in drv_ioctl()
1728 if (dops != NULL) in drv_ioctl()