Home
last modified time | relevance | path

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

/linux-6.12.1/include/crypto/
Dengine.h58 int crypto_transfer_hash_request_to_engine(struct crypto_engine *engine,
/linux-6.12.1/crypto/
Dcrypto_engine.c303 int crypto_transfer_hash_request_to_engine(struct crypto_engine *engine, in crypto_transfer_hash_request_to_engine() function
308 EXPORT_SYMBOL_GPL(crypto_transfer_hash_request_to_engine);
/linux-6.12.1/Documentation/crypto/
Dcrypto_engine.rst70 * crypto_transfer_hash_request_to_engine()
/linux-6.12.1/drivers/crypto/tegra/
Dtegra-se-hash.c582 return crypto_transfer_hash_request_to_engine(ctx->se->engine, req); in tegra_sha_update()
596 return crypto_transfer_hash_request_to_engine(ctx->se->engine, req); in tegra_sha_final()
610 return crypto_transfer_hash_request_to_engine(ctx->se->engine, req); in tegra_sha_finup()
625 return crypto_transfer_hash_request_to_engine(ctx->se->engine, req); in tegra_sha_digest()
Dtegra-se-aes.c1725 return crypto_transfer_hash_request_to_engine(ctx->se->engine, req); in tegra_cmac_update()
1736 return crypto_transfer_hash_request_to_engine(ctx->se->engine, req); in tegra_cmac_final()
1747 return crypto_transfer_hash_request_to_engine(ctx->se->engine, req); in tegra_cmac_finup()
1759 return crypto_transfer_hash_request_to_engine(ctx->se->engine, req); in tegra_cmac_digest()
/linux-6.12.1/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c222 return crypto_transfer_hash_request_to_engine(engine, req); in rk_ahash_digest()
/linux-6.12.1/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c269 return crypto_transfer_hash_request_to_engine(engine, areq); in sun8i_ce_hash_digest()
/linux-6.12.1/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-hash.c409 return crypto_transfer_hash_request_to_engine(engine, areq); in sun8i_ss_hash_digest()
/linux-6.12.1/drivers/crypto/starfive/
Djh7110-hash.c340 return crypto_transfer_hash_request_to_engine(cryp->engine, req); in starfive_hash_digest()
/linux-6.12.1/drivers/crypto/intel/keembay/
Dkeembay-ocs-hcu-core.c372 return crypto_transfer_hash_request_to_engine(hcu_dev->engine, req); in kmb_ocs_hcu_handle_queue()
/linux-6.12.1/drivers/crypto/aspeed/
Daspeed-hace-hash.c529 return crypto_transfer_hash_request_to_engine( in aspeed_hace_hash_handle_queue()
/linux-6.12.1/drivers/crypto/
Dsahara.c1020 return crypto_transfer_hash_request_to_engine(dev->engine, req); in sahara_sha_enqueue()
Domap-sham.c1181 return crypto_transfer_hash_request_to_engine(dd->engine, req); in omap_sham_handle_queue()
/linux-6.12.1/drivers/crypto/caam/
Dcaamhash.c806 ret = crypto_transfer_hash_request_to_engine(jrpriv->engine, in ahash_enqueue_req()
/linux-6.12.1/drivers/crypto/stm32/
Dstm32-hash.c1022 return crypto_transfer_hash_request_to_engine(hdev->engine, req); in stm32_hash_handle_queue()