Searched refs:crypto_ahash_export (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/Documentation/crypto/ |
D | api-digest.rst | 17 …h_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahas…
|
/Linux-v4.19/include/crypto/ |
D | hash.h | 465 static inline int crypto_ahash_export(struct ahash_request *req, void *out) in crypto_ahash_export() function
|
/Linux-v4.19/drivers/crypto/rockchip/ |
D | rk3288_crypto_ahash.c | 164 return crypto_ahash_export(&rctx->fallback_req, out); in rk_ahash_export()
|
/Linux-v4.19/crypto/ |
D | algif_hash.c | 251 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
|
D | mcryptd.c | 475 return crypto_ahash_export(&rctx->areq, out); in mcryptd_hash_export()
|
D | testmgr.c | 211 ret = crypto_ahash_export(req, state); in ahash_partial_update()
|
/Linux-v4.19/arch/x86/crypto/sha1-mb/ |
D | sha1_mb.c | 834 return crypto_ahash_export(mcryptd_req, out); in sha1_mb_async_export()
|
/Linux-v4.19/arch/x86/crypto/sha256-mb/ |
D | sha256_mb.c | 833 return crypto_ahash_export(mcryptd_req, out); in sha256_mb_async_export()
|
/Linux-v4.19/arch/x86/crypto/sha512-mb/ |
D | sha512_mb.c | 866 return crypto_ahash_export(mcryptd_req, out); in sha512_mb_async_export()
|
/Linux-v4.19/drivers/crypto/ |
D | img-hash.c | 616 return crypto_ahash_export(&rctx->fallback_req, out); in img_hash_export()
|
/Linux-v4.19/drivers/crypto/marvell/ |
D | hash.c | 1116 ret = crypto_ahash_export(req, state); in mv_cesa_ahmac_iv_state_init()
|
/Linux-v4.19/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 929 return crypto_ahash_export(areq, state); in safexcel_hmac_init_iv()
|