Home
last modified time | relevance | path

Searched refs:unprepare_request (Results 1 – 22 of 22) sorted by relevance

/linux-6.1.9/crypto/
Dcrypto_engine.c50 enginectx->op.unprepare_request) { in crypto_finalize_request()
51 ret = enginectx->op.unprepare_request(engine, req); in crypto_finalize_request()
188 if (enginectx->op.unprepare_request) { in crypto_pump_requests()
189 ret = enginectx->op.unprepare_request(engine, in crypto_pump_requests()
210 if (enginectx->op.unprepare_request) { in crypto_pump_requests()
211 ret = enginectx->op.unprepare_request(engine, async_req); in crypto_pump_requests()
/linux-6.1.9/include/crypto/
Dengine.h88 int (*unprepare_request)(struct crypto_engine *engine, member
/linux-6.1.9/drivers/crypto/gemini/
Dsl3516-ce-cipher.c340 op->enginectx.op.unprepare_request = NULL; in sl3516_ce_cipher_init()
/linux-6.1.9/drivers/crypto/amlogic/
Damlogic-gxl-cipher.c336 op->enginectx.op.unprepare_request = NULL; in meson_cipher_init()
/linux-6.1.9/drivers/crypto/
Domap-aes-gcm.c383 ctx->enginectx.op.unprepare_request = NULL; in omap_aes_gcm_cra_init()
Domap-des.c726 ctx->enginectx.op.unprepare_request = NULL; in omap_des_init_tfm()
Domap-aes.c653 ctx->enginectx.op.unprepare_request = NULL; in omap_aes_init_tfm()
Domap-sham.c1354 tctx->enginectx.op.unprepare_request = NULL; in omap_sham_cra_init_alg()
/linux-6.1.9/drivers/crypto/xilinx/
Dzynqmp-aes-gcm.c320 tfm_ctx->engine_ctx.op.unprepare_request = NULL; in zynqmp_aes_aead_init()
/linux-6.1.9/drivers/crypto/rockchip/
Drk3288_crypto_ahash.c342 tctx->enginectx.op.unprepare_request = rk_hash_unprepare; in rk_cra_hash_init()
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c36 op->enginectx.op.unprepare_request = NULL; in sun8i_ce_hash_crainit()
Dsun8i-ce-cipher.c428 op->enginectx.op.unprepare_request = sun8i_ce_cipher_unprepare; in sun8i_ce_cipher_init()
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-cipher.c413 op->enginectx.op.unprepare_request = NULL; in sun8i_ss_cipher_init()
Dsun8i-ss-hash.c124 op->enginectx.op.unprepare_request = NULL; in sun8i_ss_hash_crainit()
/linux-6.1.9/drivers/crypto/virtio/
Dvirtio_crypto_akcipher_algs.c480 ctx->enginectx.op.unprepare_request = NULL; in virtio_crypto_rsa_init_tfm()
Dvirtio_crypto_skcipher_algs.c528 ctx->enginectx.op.unprepare_request = NULL; in virtio_crypto_skcipher_init()
/linux-6.1.9/drivers/crypto/keembay/
Dkeembay-ocs-aes-core.c1155 tctx->engine_ctx.op.unprepare_request = NULL; in ocs_common_init()
1213 tctx->engine_ctx.op.unprepare_request = NULL; in ocs_common_aead_init()
Dkeembay-ocs-ecc.c799 tctx->engine_ctx.op.unprepare_request = NULL; in kmb_ecc_tctx_init()
/linux-6.1.9/drivers/crypto/stm32/
Dstm32-cryp.c669 ctx->enginectx.op.unprepare_request = NULL; in stm32_cryp_init_tfm()
685 ctx->enginectx.op.unprepare_request = NULL; in stm32_cryp_aes_aead_init()
Dstm32-hash.c1052 ctx->enginectx.op.unprepare_request = NULL; in stm32_hash_cra_init_algs()
/linux-6.1.9/drivers/crypto/aspeed/
Daspeed-hace-crypto.c718 ctx->enginectx.op.unprepare_request = NULL; in aspeed_crypto_cra_init()
Daspeed-hace-hash.c881 tctx->enginectx.op.unprepare_request = NULL; in aspeed_sham_cra_init()