Searched refs:eops (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/core/ |
| H A D | kcf_callprov.c | 622 eops->eo_key, eops->eo_templ, rhndl); in common_submit_request() 646 &eops->eo_mech, eops->eo_key, eops->eo_plaintext, in common_submit_request() 858 &eops->em_encr_mech, eops->em_encr_key, in common_submit_request() 859 &eops->em_mac_mech, eops->em_mac_key, in common_submit_request() 860 eops->em_encr_templ, eops->em_mac_templ, in common_submit_request() 867 eops->em_plaintext, eops->em_ciphertext, in common_submit_request() 890 eops->em_ciphertext, eops->em_mac, rhndl); in common_submit_request() 905 &eops->em_encr_mech, eops->em_encr_key, in common_submit_request() 906 &eops->em_mac_mech, eops->em_mac_key, in common_submit_request() 907 eops->em_plaintext, eops->em_ciphertext, in common_submit_request() [all …]
|
| H A D | kcf_sched.c | 429 kcf_encrypt_ops_params_t *eops = ¶ms->rp_u.encrypt_params; in can_resubmit() local 431 eops->eo_mech.cm_type = eops->eo_framework_mechtype; in can_resubmit() 432 *mech1 = &eops->eo_mech; in can_resubmit() 449 kcf_encrypt_mac_ops_params_t *eops = in can_resubmit() local 452 eops->em_encr_mech.cm_type = eops->em_framework_encr_mechtype; in can_resubmit() 453 *mech1 = &eops->em_encr_mech; in can_resubmit() 454 eops->em_mac_mech.cm_type = eops->em_framework_mac_mechtype; in can_resubmit() 455 *mech2 = &eops->em_mac_mech; in can_resubmit()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-commit-metadata.m4 | 3 dnl # Added eops->commit_metadata() callback to allow the underlying 11 static struct export_operations eops __attribute__ ((unused))={ 18 AC_MSG_CHECKING([whether eops->commit_metadata() exists]) 22 ZFS_LINUX_TEST_ERROR([eops->commit_metadata()])
|
| H A D | kernel-encode-fh-inode.m4 | 12 static struct export_operations eops __attribute__ ((unused))={ 19 AC_MSG_CHECKING([whether eops->encode_fh() wants inode]) 23 [eops->encode_fh() wants child and parent inodes])
|