crypto/testmgr.c
1529
err = do_ahash_op(crypto_ahash_digest, req, &wait, cfg->nosimd);
crypto/testmgr.c
1550
err = do_ahash_op(crypto_ahash_init, req, &wait, cfg->nosimd);
crypto/testmgr.c
1566
err = do_ahash_op(crypto_ahash_update, req, &wait,
crypto/testmgr.c
1610
err = do_ahash_op(crypto_ahash_update, req, &wait, cfg->nosimd);
crypto/testmgr.c
1615
err = do_ahash_op(crypto_ahash_final, req, &wait, cfg->nosimd);
crypto/testmgr.c
1623
err = do_ahash_op(crypto_ahash_finup, req, &wait, cfg->nosimd);