crypto/testmgr.c
1528
err = do_ahash_op(crypto_ahash_digest, req, &wait, cfg->nosimd);
crypto/testmgr.c
1549
err = do_ahash_op(crypto_ahash_init, req, &wait, cfg->nosimd);
crypto/testmgr.c
1565
err = do_ahash_op(crypto_ahash_update, req, &wait,
crypto/testmgr.c
1609
err = do_ahash_op(crypto_ahash_update, req, &wait, cfg->nosimd);
crypto/testmgr.c
1614
err = do_ahash_op(crypto_ahash_final, req, &wait, cfg->nosimd);
crypto/testmgr.c
1622
err = do_ahash_op(crypto_ahash_finup, req, &wait, cfg->nosimd);