Lines Matching refs:nosimd
251 * @nosimd: if doing the pending update(), do it with SIMD disabled?
258 bool nosimd;
281 * @nosimd: execute with SIMD disabled? Requires !CRYPTO_TFM_REQ_MAY_SLEEP.
294 bool nosimd;
469 if (divs[i].nosimd)
511 if ((cfg->nosimd || (flags & SGDIVS_HAVE_NOSIMD)) &&
952 div->nosimd = true;
956 if (div->nosimd)
957 flushtype_str = "<flush,nosimd>";
962 if (div->nosimd)
963 flushtype_str = "<reimport,nosimd>";
1025 cfg->nosimd = true;
1026 p += scnprintf(p, end - p, " nosimd");
1228 if (cfg->nosimd)
1232 if (cfg->nosimd)
1252 if (cfg->nosimd)
1255 if (cfg->nosimd)
1264 if (divs[i]->nosimd)
1268 if (divs[i]->nosimd)
1276 if (divs[i]->nosimd)
1280 if (divs[i]->nosimd)
1309 if (cfg->nosimd)
1312 if (cfg->nosimd)
1324 struct crypto_wait *wait, bool nosimd)
1328 if (nosimd)
1333 if (nosimd)
1417 err = do_ahash_op(crypto_ahash_digest, req, &wait, cfg->nosimd);
1438 err = do_ahash_op(crypto_ahash_init, req, &wait, cfg->nosimd);
1455 divs[i]->nosimd);
1498 err = do_ahash_op(crypto_ahash_update, req, &wait, cfg->nosimd);
1503 err = do_ahash_op(crypto_ahash_final, req, &wait, cfg->nosimd);
1511 err = do_ahash_op(crypto_ahash_finup, req, &wait, cfg->nosimd);
2014 if (cfg->nosimd)
2017 if (cfg->nosimd)
2775 if (cfg->nosimd)
2778 if (cfg->nosimd)