Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/crypto/
Dapi-digest.rst17 …y crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahash_import
/Linux-v4.19/include/crypto/
Dhash.h481 static inline int crypto_ahash_import(struct ahash_request *req, const void *in) in crypto_ahash_import() function
/Linux-v4.19/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c151 return crypto_ahash_import(&rctx->fallback_req, in); in rk_ahash_import()
/Linux-v4.19/crypto/
Dalgif_hash.c269 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
Dmcryptd.c482 return crypto_ahash_import(&rctx->areq, in); in mcryptd_hash_import()
Dtestmgr.c237 ret = crypto_ahash_import(req, state); in ahash_partial_update()
/Linux-v4.19/arch/x86/crypto/sha1-mb/
Dsha1_mb.c856 return crypto_ahash_import(mcryptd_req, in); in sha1_mb_async_import()
/Linux-v4.19/arch/x86/crypto/sha256-mb/
Dsha256_mb.c855 return crypto_ahash_import(mcryptd_req, in); in sha256_mb_async_import()
/Linux-v4.19/arch/x86/crypto/sha512-mb/
Dsha512_mb.c889 return crypto_ahash_import(mcryptd_req, in); in sha512_mb_async_import()
/Linux-v4.19/drivers/crypto/
Dimg-hash.c603 return crypto_ahash_import(&rctx->fallback_req, in); in img_hash_import()