Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_callprov.c546 &dops->do_mech, dops->do_data, dops->do_digest, in common_submit_request()
943 &dops->md_mac_mech, dops->md_mac_key, in common_submit_request()
944 &dops->md_decr_mech, dops->md_decr_key, in common_submit_request()
945 dops->md_mac_templ, dops->md_decr_templ, in common_submit_request()
952 dops->md_ciphertext, dops->md_mac, in common_submit_request()
990 &dops->md_mac_mech, dops->md_mac_key, in common_submit_request()
991 &dops->md_decr_mech, dops->md_decr_key, in common_submit_request()
992 dops->md_ciphertext, dops->md_mac, in common_submit_request()
1011 dops->md_sid, &dops->md_mac_mech, dops->md_mac_key, in common_submit_request()
1012 &dops->md_decr_mech, dops->md_decr_key, in common_submit_request()
[all …]
H A Dkcf_sched.c371 kcf_digest_ops_params_t *dops = &params->rp_u.digest_params; in can_resubmit() local
373 dops->do_mech.cm_type = dops->do_framework_mechtype; in can_resubmit()
374 *mech1 = &dops->do_mech; in can_resubmit()
462 kcf_mac_decrypt_ops_params_t *dops = in can_resubmit() local
465 dops->md_mac_mech.cm_type = dops->md_framework_mac_mechtype; in can_resubmit()
466 *mech1 = &dops->md_mac_mech; in can_resubmit()
467 dops->md_decr_mech.cm_type = dops->md_framework_decr_mechtype; in can_resubmit()
468 *mech2 = &dops->md_decr_mech; in can_resubmit()
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-automount.m43 dnl # The dops->d_automount() dentry operation was added as a clean
12 struct dentry_operations dops __attribute__ ((unused)) = {
19 AC_MSG_CHECKING([whether dops->d_automount() exists])
23 ZFS_LINUX_TEST_ERROR([dops->d_automount()])
H A Dkernel-dentry-operations.m4105 dops __attribute__ ((unused)) = {
112 AC_MSG_CHECKING([whether dops->d_revalidate() takes struct nameidata])
116 [dops->d_revalidate() operation takes nameidata])
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dops_impl.h368 kcf_digest_ops_params_t *dops = &(req)->rp_u.digest_params; \
373 dops->do_sid = _sid; \
375 dops->do_mech = *mechp; \
376 dops->do_framework_mechtype = mechp->cm_type; \
378 dops->do_digest_key = _key; \
379 dops->do_data = _data; \
380 dops->do_digest = _digest; \