Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_mech_tabs.c96 kcf_mech_entry_tab_t kcf_mech_tabs_tab[KCF_LAST_OPSCLASS + 1] = {
259 for (class = KCF_FIRST_OPSCLASS; class <= KCF_LAST_OPSCLASS; class++) { in kcf_init_mech_tabs()
312 if ((class < KCF_FIRST_OPSCLASS) || (class > KCF_LAST_OPSCLASS)) in kcf_create_mech_entry()
772 if ((class < KCF_FIRST_OPSCLASS) || (class > KCF_LAST_OPSCLASS)) { in kcf_get_mech_entry()
H A Dkcf_callprov.c239 if ((class < KCF_FIRST_OPSCLASS) || (class > KCF_LAST_OPSCLASS)) { in kcf_get_hardware_provider()
544 if ((class < KCF_FIRST_OPSCLASS) || (class > KCF_LAST_OPSCLASS)) { in kcf_get_mech_provider()
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c139 for (cl = KCF_FIRST_OPSCLASS; cl <= KCF_LAST_OPSCLASS; cl++) { in crypto_get_mech_list()
175 for (cl = KCF_FIRST_OPSCLASS; cl <= KCF_LAST_OPSCLASS; cl++) { in crypto_get_mech_list()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h463 #define KCF_LAST_OPSCLASS KCF_MISC_CLASS macro