crypto_ahash_export  246 crypto/algif_hash.c 	err = more ? crypto_ahash_export(req, state) : 0;
crypto_ahash_export 1379 crypto/testmgr.c 			err = crypto_ahash_export(req, hashstate);
crypto_ahash_export  613 drivers/crypto/img-hash.c 	return crypto_ahash_export(&rctx->fallback_req, out);
crypto_ahash_export 1003 drivers/crypto/inside-secure/safexcel_hash.c 	return crypto_ahash_export(areq, state);
crypto_ahash_export 1112 drivers/crypto/marvell/hash.c 	ret = crypto_ahash_export(req, state);
crypto_ahash_export  161 drivers/crypto/rockchip/rk3288_crypto_ahash.c 	return crypto_ahash_export(&rctx->fallback_req, out);
crypto_ahash_export  157 fs/verity/hash_algs.c 	err = crypto_ahash_export(req, hashstate);