Searched defs:dops (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c847 kcf_digest_ops_params_t *dops = &params->rp_u.digest_params; local
856 KCF_SET_PROVIDER_MECHNUM(dops->do_framework_mechtype,
857 pd, &dops->do_mech);
859 err = KCF_PROV_DIGEST_INIT(pd, ctx, &dops->do_mech,
864 err = KCF_PROV_DIGEST(pd, ctx, dops->do_data,
865 dops->do_digest, rhndl);
870 dops->do_data, rhndl);
875 dops->do_digest, rhndl);
880 KCF_SET_PROVIDER_MECHNUM(dops->do_framework_mechtype,
881 pd, &dops
1258 kcf_mac_decrypt_ops_params_t *dops = local
[all...]
H A Dkcf_sched.c375 kcf_digest_ops_params_t *dops = &params->rp_u.digest_params; local
377 dops->do_mech.cm_type = dops->do_framework_mechtype;
378 *mech1 = &dops->do_mech;
466 kcf_mac_decrypt_ops_params_t *dops = local
469 dops->md_mac_mech.cm_type = dops->md_framework_mac_mechtype;
470 *mech1 = &dops->md_mac_mech;
471 dops->md_decr_mech.cm_type = dops
[all...]
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c1442 struct dev_ops *dops = NULL; local
1458 dops = ddi_hold_driver(major);
1467 if ((dip == NULL && dops == NULL) || dim->dim_list == NULL) {
1510 if (dops != NULL)

Completed in 73 milliseconds