Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
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/
Dengine.h83 int (*unprepare_request)(struct crypto_engine *engine, member
/kernel/linux/linux-5.10/drivers/crypto/
Domap-aes-gcm.c383 ctx->enginectx.op.unprepare_request = NULL; in omap_aes_gcm_cra_init()
Domap-des.c727 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.c1369 tctx->enginectx.op.unprepare_request = NULL; in omap_sham_cra_init_alg()
/kernel/linux/linux-5.10/drivers/crypto/xilinx/
Dzynqmp-aes-gcm.c320 tfm_ctx->engine_ctx.op.unprepare_request = NULL; in zynqmp_aes_aead_init()
/kernel/linux/linux-5.10/drivers/crypto/amlogic/
Damlogic-gxl-cipher.c336 op->enginectx.op.unprepare_request = NULL; in meson_cipher_init()
/kernel/linux/linux-5.10/drivers/crypto/rockchip/
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-ce/
Dsun8i-ce-hash.c35 op->enginectx.op.unprepare_request = NULL; in sun8i_ce_hash_crainit()
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/allwinner/sun8i-ss/
Dsun8i-ss-hash.c35 op->enginectx.op.unprepare_request = NULL; in sun8i_ss_hash_crainit()
Dsun8i-ss-cipher.c395 op->enginectx.op.unprepare_request = NULL; in sun8i_ss_cipher_init()
/kernel/linux/linux-5.10/drivers/crypto/virtio/
Dvirtio_crypto_algs.c541 ctx->enginectx.op.unprepare_request = NULL; in virtio_crypto_skcipher_init()
/kernel/linux/linux-5.10/drivers/crypto/stm32/
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()
Dstm32-hash.c1051 ctx->enginectx.op.unprepare_request = NULL; in stm32_hash_cra_init_algs()