Searched refs:KCF_LAST_OPSCLASS (Results 1 – 4 of 4) sorted by relevance
96 kcf_mech_entry_tab_t kcf_mech_tabs_tab[KCF_LAST_OPSCLASS + 1] = {255 for (class = KCF_FIRST_OPSCLASS; class <= KCF_LAST_OPSCLASS; class++) { in kcf_init_mech_tabs()308 if ((class < KCF_FIRST_OPSCLASS) || (class > KCF_LAST_OPSCLASS)) in kcf_create_mech_entry()768 if ((class < KCF_FIRST_OPSCLASS) || (class > KCF_LAST_OPSCLASS)) { in kcf_get_mech_entry()
239 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()
139 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()
464 #define KCF_LAST_OPSCLASS KCF_MISC_CLASS macro