Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/sparc/kernel/
Dsetup_64.c408 static const char *crypto_hwcaps[] = { variable
431 for (i = 0; i < ARRAY_SIZE(crypto_hwcaps); i++) { in cpucap_info()
435 printed ? "," : "", crypto_hwcaps[i]); in cpucap_info()
462 for (i = 0; i < ARRAY_SIZE(crypto_hwcaps); i++) { in report_crypto_hwcaps()
465 report_one_hwcap(printed, crypto_hwcaps[i]); in report_crypto_hwcaps()
515 for (i = 0; i < ARRAY_SIZE(crypto_hwcaps); i++) { in mdesc_cpu_hwcap_list()
516 if (!strcmp(prop, crypto_hwcaps[i])) in mdesc_cpu_hwcap_list()