Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/icp/core/
HDkcf_mech_tabs.c82 const kcf_mech_entry_tab_t kcf_mech_tabs_tab[KCF_LAST_OPSCLASS + 1] = {
149 if ((class < KCF_FIRST_OPSCLASS) || (class > KCF_LAST_OPSCLASS)) in kcf_create_mech_entry()
378 if ((class < KCF_FIRST_OPSCLASS) || (class > KCF_LAST_OPSCLASS)) { in kcf_get_mech_entry()
HDkcf_callprov.c94 if ((class < KCF_FIRST_OPSCLASS) || (class > KCF_LAST_OPSCLASS)) { in kcf_get_mech_provider()
/freebsd-14-stable/sys/contrib/openzfs/module/icp/include/sys/crypto/
HDimpl.h231 #define KCF_LAST_OPSCLASS KCF_MAC_CLASS macro
233 KCF_OPS_CLASSSIZE == (KCF_LAST_OPSCLASS - KCF_FIRST_OPSCLASS + 2),