Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dtestmgr.c1418 static int do_ahash_op(int (*op)(struct ahash_request *req), in do_ahash_op() function
1513 err = do_ahash_op(crypto_ahash_digest, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
1534 err = do_ahash_op(crypto_ahash_init, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
1550 err = do_ahash_op(crypto_ahash_update, req, &wait, in test_ahash_vec_cfg()
1594 err = do_ahash_op(crypto_ahash_update, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
1599 err = do_ahash_op(crypto_ahash_final, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()
1607 err = do_ahash_op(crypto_ahash_finup, req, &wait, cfg->nosimd); in test_ahash_vec_cfg()