Home
last modified time | relevance | path

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

/linux/lib/
H A Dcrc_kunit.c151 bool nosimd; in crc_main_test() local
170 nosimd = rand32() % 8 == 0; in crc_main_test()
177 if (nosimd) in crc_main_test()
180 if (nosimd) in crc_main_test()
184 len, offset, nosimd); in crc_main_test()
/linux/crypto/
H A Dtestmgr.c279 bool nosimd; member
319 bool nosimd; member
506 if (divs[i].nosimd) in valid_sg_divisions()
548 if ((cfg->nosimd || cfg->nosimd_setkey || in valid_testvec_config()
1067 div->nosimd = true; in generate_random_sgl_divisions()
1071 if (div->nosimd) in generate_random_sgl_divisions()
1077 if (div->nosimd) in generate_random_sgl_divisions()
1151 cfg->nosimd = true; in generate_random_testvec_config()
1355 if (cfg->nosimd) in test_shash_vec_cfg()
1359 if (cfg->nosimd) in test_shash_vec_cfg()
[all …]