Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/kernel/
Dsetup_64.c387 static const char *crypto_hwcaps[] = { variable
410 for (i = 0; i < ARRAY_SIZE(crypto_hwcaps); i++) { in cpucap_info()
414 printed ? "," : "", crypto_hwcaps[i]); in cpucap_info()
441 for (i = 0; i < ARRAY_SIZE(crypto_hwcaps); i++) { in report_crypto_hwcaps()
444 report_one_hwcap(printed, crypto_hwcaps[i]); in report_crypto_hwcaps()
494 for (i = 0; i < ARRAY_SIZE(crypto_hwcaps); i++) { in mdesc_cpu_hwcap_list()
495 if (!strcmp(prop, crypto_hwcaps[i])) in mdesc_cpu_hwcap_list()