Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sparc/kernel/
Dsetup_64.c393 static const char *crypto_hwcaps[] = { variable
416 for (i = 0; i < ARRAY_SIZE(crypto_hwcaps); i++) { in cpucap_info()
420 printed ? "," : "", crypto_hwcaps[i]); in cpucap_info()
447 for (i = 0; i < ARRAY_SIZE(crypto_hwcaps); i++) { in report_crypto_hwcaps()
450 report_one_hwcap(printed, crypto_hwcaps[i]); in report_crypto_hwcaps()
500 for (i = 0; i < ARRAY_SIZE(crypto_hwcaps); i++) { in mdesc_cpu_hwcap_list()
501 if (!strcmp(prop, crypto_hwcaps[i])) in mdesc_cpu_hwcap_list()