Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/kernel/
Dsetup_64.c406 static const char *crypto_hwcaps[] = { variable
429 for (i = 0; i < ARRAY_SIZE(crypto_hwcaps); i++) { in cpucap_info()
433 printed ? "," : "", crypto_hwcaps[i]); in cpucap_info()
460 for (i = 0; i < ARRAY_SIZE(crypto_hwcaps); i++) { in report_crypto_hwcaps()
463 report_one_hwcap(printed, crypto_hwcaps[i]); in report_crypto_hwcaps()
513 for (i = 0; i < ARRAY_SIZE(crypto_hwcaps); i++) { in mdesc_cpu_hwcap_list()
514 if (!strcmp(prop, crypto_hwcaps[i])) in mdesc_cpu_hwcap_list()