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

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

Completed in 109 milliseconds