Home
last modified time | relevance | path

Searched refs:unprepare_request (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dcrypto_engine.c50 enginectx->op.unprepare_request) { in crypto_finalize_request()
51 ret = enginectx->op.unprepare_request(engine, req); in crypto_finalize_request()
187 if (enginectx->op.unprepare_request) { in crypto_pump_requests()
188 ret = enginectx->op.unprepare_request(engine, in crypto_pump_requests()
209 if (enginectx->op.unprepare_request) { in crypto_pump_requests()
210 ret = enginectx->op.unprepare_request(engine, async_req); in crypto_pump_requests()
/kernel/linux/linux-5.10/include/crypto/
H A Dengine.h77 * @unprepare_request: undo any work done by prepare_request()
83 int (*unprepare_request)(struct crypto_engine *engine, member
/kernel/linux/linux-5.10/drivers/crypto/
H A Domap-aes-gcm.c383 ctx->enginectx.op.unprepare_request = NULL; in omap_aes_gcm_cra_init()
H A Domap-aes.c653 ctx->enginectx.op.unprepare_request = NULL; in omap_aes_init_tfm()
H A Domap-des.c727 ctx->enginectx.op.unprepare_request = NULL; in omap_des_init_tfm()
H A Domap-sham.c1369 tctx->enginectx.op.unprepare_request = NULL; in omap_sham_cra_init_alg()
/kernel/linux/linux-5.10/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c336 op->enginectx.op.unprepare_request = NULL; in meson_cipher_init()
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c35 op->enginectx.op.unprepare_request = NULL; in sun8i_ce_hash_crainit()
H A Dsun8i-ce-cipher.c405 op->enginectx.op.unprepare_request = sun8i_ce_cipher_unprepare; in sun8i_ce_cipher_init()
/kernel/linux/linux-5.10/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c320 tfm_ctx->engine_ctx.op.unprepare_request = NULL; in zynqmp_aes_aead_init()
/kernel/linux/linux-5.10/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c342 tctx->enginectx.op.unprepare_request = rk_hash_unprepare; in rk_cra_hash_init()
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c35 op->enginectx.op.unprepare_request = NULL; in sun8i_ss_hash_crainit()
H A Dsun8i-ss-cipher.c395 op->enginectx.op.unprepare_request = NULL; in sun8i_ss_cipher_init()
/kernel/linux/linux-5.10/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c477 ctx->enginectx.op.unprepare_request = NULL; in virtio_crypto_rsa_init_tfm()
H A Dvirtio_crypto_algs.c528 ctx->enginectx.op.unprepare_request = NULL; in virtio_crypto_skcipher_init()
/kernel/linux/linux-5.10/drivers/crypto/stm32/
H A Dstm32-cryp.c656 ctx->enginectx.op.unprepare_request = NULL; in stm32_cryp_init_tfm()
672 ctx->enginectx.op.unprepare_request = NULL; in stm32_cryp_aes_aead_init()
H A Dstm32-hash.c1051 ctx->enginectx.op.unprepare_request = NULL; in stm32_hash_cra_init_algs()

Completed in 21 milliseconds