Home
last modified time | relevance | path

Searched refs:KCF_LAST_OPSCLASS (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_mech_tabs.c92 kcf_mech_entry_tab_t kcf_mech_tabs_tab[KCF_LAST_OPSCLASS + 1] = {
152 for (class = KCF_FIRST_OPSCLASS; class <= KCF_LAST_OPSCLASS; class++) { in kcf_destroy_mech_tabs()
251 for (class = KCF_FIRST_OPSCLASS; class <= KCF_LAST_OPSCLASS; class++) { in kcf_init_mech_tabs()
300 if ((class < KCF_FIRST_OPSCLASS) || (class > KCF_LAST_OPSCLASS)) in kcf_create_mech_entry()
756 if ((class < KCF_FIRST_OPSCLASS) || (class > KCF_LAST_OPSCLASS)) { in kcf_get_mech_entry()
H A Dkcf_callprov.c124 if ((class < KCF_FIRST_OPSCLASS) || (class > KCF_LAST_OPSCLASS)) { in kcf_get_hardware_provider()
264 if ((class < KCF_FIRST_OPSCLASS) || (class > KCF_LAST_OPSCLASS)) { in kcf_get_mech_provider()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h424 #define KCF_LAST_OPSCLASS KCF_MISC_CLASS macro