Home
last modified time | relevance | path

Searched refs:crypto_transfer_hash_request_to_engine (Results 1 – 14 of 14) sorted by relevance

/linux/include/crypto/
H A Dengine.h58 int crypto_transfer_hash_request_to_engine(struct crypto_engine *engine,
/linux/crypto/
H A Dcrypto_engine.c255 int crypto_transfer_hash_request_to_engine(struct crypto_engine *engine, in crypto_transfer_hash_request_to_engine() function
260 EXPORT_SYMBOL_GPL(crypto_transfer_hash_request_to_engine);
/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c659 return crypto_transfer_hash_request_to_engine(ctx->se->engine, req); in tegra_sha_init()
673 return crypto_transfer_hash_request_to_engine(ctx->se->engine, req); in tegra_sha_update()
687 return crypto_transfer_hash_request_to_engine(ctx->se->engine, req); in tegra_sha_final()
701 return crypto_transfer_hash_request_to_engine(ctx->se->engine, req); in tegra_sha_finup()
715 return crypto_transfer_hash_request_to_engine(ctx->se->engine, req); in tegra_sha_digest()
H A Dtegra-se-aes.c1844 return crypto_transfer_hash_request_to_engine(ctx->se->engine, req); in tegra_cmac_init()
1855 return crypto_transfer_hash_request_to_engine(ctx->se->engine, req); in tegra_cmac_update()
1866 return crypto_transfer_hash_request_to_engine(ctx->se->engine, req); in tegra_cmac_final()
1877 return crypto_transfer_hash_request_to_engine(ctx->se->engine, req); in tegra_cmac_finup()
1888 return crypto_transfer_hash_request_to_engine(ctx->se->engine, req); in tegra_cmac_digest()
/linux/Documentation/crypto/
H A Dcrypto_engine.rst64 * crypto_transfer_hash_request_to_engine()
/linux/arch/s390/crypto/
H A Dphmac_s390.c614 rc = crypto_transfer_hash_request_to_engine(phmac_crypto_engine, req); in phmac_update()
653 rc = crypto_transfer_hash_request_to_engine(phmac_crypto_engine, req); in phmac_final()
699 rc = crypto_transfer_hash_request_to_engine(phmac_crypto_engine, req); in phmac_finup()
/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c224 return crypto_transfer_hash_request_to_engine(engine, req); in rk_ahash_digest()
/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c258 return crypto_transfer_hash_request_to_engine(engine, areq); in sun8i_ce_hash_digest()
/linux/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c429 return crypto_transfer_hash_request_to_engine( in aspeed_hace_hash_handle_queue()
/linux/drivers/crypto/starfive/
H A Djh7110-hash.c340 return crypto_transfer_hash_request_to_engine(cryp->engine, req); in starfive_hash_digest()
/linux/drivers/crypto/
H A Dsahara.c1020 return crypto_transfer_hash_request_to_engine(dev->engine, req); in sahara_sha_enqueue()
H A Domap-sham.c1180 return crypto_transfer_hash_request_to_engine(dd->engine, req); in omap_sham_handle_queue()
/linux/drivers/crypto/caam/
H A Dcaamhash.c806 ret = crypto_transfer_hash_request_to_engine(jrpriv->engine, in ahash_enqueue_req()
/linux/drivers/crypto/stm32/
H A Dstm32-hash.c1022 return crypto_transfer_hash_request_to_engine(hdev->engine, req); in stm32_hash_handle_queue()