Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/crypto/
Dapi-digest.rst17 …y crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahash_import
/Linux-v5.4/fs/verity/
Dhash_algs.c203 err = crypto_ahash_import(req, params->hashstate); in fsverity_hash_page()
/Linux-v5.4/include/crypto/
Dhash.h484 static inline int crypto_ahash_import(struct ahash_request *req, const void *in) in crypto_ahash_import() function
/Linux-v5.4/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c148 return crypto_ahash_import(&rctx->fallback_req, in); in rk_ahash_import()
/Linux-v5.4/crypto/
Dalgif_hash.c264 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
Dtestmgr.c1393 err = crypto_ahash_import(req, hashstate); in test_ahash_vec_cfg()
/Linux-v5.4/drivers/crypto/
Dimg-hash.c600 return crypto_ahash_import(&rctx->fallback_req, in); in img_hash_import()