Lines Matching refs:nosimd
265 * @nosimd: if doing the pending update(), do it with SIMD disabled?
272 bool nosimd;
295 * @nosimd: execute with SIMD disabled? Requires !CRYPTO_TFM_REQ_MAY_SLEEP.
308 bool nosimd;
496 if (divs[i].nosimd)
538 if ((cfg->nosimd || (flags & SGDIVS_HAVE_NOSIMD)) &&
1041 div->nosimd = true;
1045 if (div->nosimd)
1046 flushtype_str = "<flush,nosimd>";
1051 if (div->nosimd)
1052 flushtype_str = "<reimport,nosimd>";
1124 cfg->nosimd = true;
1125 p += scnprintf(p, end - p, " nosimd");
1324 if (cfg->nosimd)
1328 if (cfg->nosimd)
1348 if (cfg->nosimd)
1351 if (cfg->nosimd)
1360 if (divs[i]->nosimd)
1364 if (divs[i]->nosimd)
1372 if (divs[i]->nosimd)
1376 if (divs[i]->nosimd)
1405 if (cfg->nosimd)
1408 if (cfg->nosimd)
1420 struct crypto_wait *wait, bool nosimd)
1424 if (nosimd)
1429 if (nosimd)
1513 err = do_ahash_op(crypto_ahash_digest, req, &wait, cfg->nosimd);
1534 err = do_ahash_op(crypto_ahash_init, req, &wait, cfg->nosimd);
1551 divs[i]->nosimd);
1594 err = do_ahash_op(crypto_ahash_update, req, &wait, cfg->nosimd);
1599 err = do_ahash_op(crypto_ahash_final, req, &wait, cfg->nosimd);
1607 err = do_ahash_op(crypto_ahash_finup, req, &wait, cfg->nosimd);
2117 if (cfg->nosimd)
2120 if (cfg->nosimd)
2885 if (cfg->nosimd)
2888 if (cfg->nosimd)