Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/crypto/
Dapi-digest.rst17 …h_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahas…
/Linux-v4.19/include/crypto/
Dhash.h465 static inline int crypto_ahash_export(struct ahash_request *req, void *out) in crypto_ahash_export() function
/Linux-v4.19/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c164 return crypto_ahash_export(&rctx->fallback_req, out); in rk_ahash_export()
/Linux-v4.19/crypto/
Dalgif_hash.c251 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
Dmcryptd.c475 return crypto_ahash_export(&rctx->areq, out); in mcryptd_hash_export()
Dtestmgr.c211 ret = crypto_ahash_export(req, state); in ahash_partial_update()
/Linux-v4.19/arch/x86/crypto/sha1-mb/
Dsha1_mb.c834 return crypto_ahash_export(mcryptd_req, out); in sha1_mb_async_export()
/Linux-v4.19/arch/x86/crypto/sha256-mb/
Dsha256_mb.c833 return crypto_ahash_export(mcryptd_req, out); in sha256_mb_async_export()
/Linux-v4.19/arch/x86/crypto/sha512-mb/
Dsha512_mb.c866 return crypto_ahash_export(mcryptd_req, out); in sha512_mb_async_export()
/Linux-v4.19/drivers/crypto/
Dimg-hash.c616 return crypto_ahash_export(&rctx->fallback_req, out); in img_hash_export()
/Linux-v4.19/drivers/crypto/marvell/
Dhash.c1116 ret = crypto_ahash_export(req, state); in mv_cesa_ahmac_iv_state_init()
/Linux-v4.19/drivers/crypto/inside-secure/
Dsafexcel_hash.c929 return crypto_ahash_export(areq, state); in safexcel_hmac_init_iv()