Searched refs:do_one_request (Results 1 – 22 of 22) sorted by relevance
86 int (*do_one_request)(struct crypto_engine *engine, member
160 if (!enginectx->op.do_one_request) { in crypto_pump_requests()166 ret = enginectx->op.do_one_request(engine, async_req); in crypto_pump_requests()
384 ctx->enginectx.op.do_one_request = omap_aes_gcm_crypt_req; in omap_aes_gcm_cra_init()
727 ctx->enginectx.op.do_one_request = omap_des_crypt_req; in omap_des_init_tfm()
654 ctx->enginectx.op.do_one_request = omap_aes_crypt_req; in omap_aes_init_tfm()
1352 tctx->enginectx.op.do_one_request = omap_sham_hash_one_req; in omap_sham_cra_init_alg()
336 op->enginectx.op.do_one_request = sl3516_ce_handle_cipher_request; in sl3516_ce_cipher_init()
318 tfm_ctx->engine_ctx.op.do_one_request = zynqmp_handle_aes_req; in zynqmp_aes_aead_init()
332 op->enginectx.op.do_one_request = meson_handle_cipher_request; in meson_cipher_init()
353 op->enginectx.op.do_one_request = sun8i_ss_handle_cipher_request; in sun8i_ss_cipher_init()
33 op->enginectx.op.do_one_request = sun8i_ss_hash_run; in sun8i_ss_hash_crainit()
33 op->enginectx.op.do_one_request = sun8i_ce_hash_run; in sun8i_ce_hash_crainit()
403 op->enginectx.op.do_one_request = sun8i_ce_cipher_run; in sun8i_ce_cipher_init()
539 ctx->enginectx.op.do_one_request = virtio_crypto_skcipher_crypt_req; in virtio_crypto_skcipher_init()
1154 tctx->engine_ctx.op.do_one_request = kmb_ocs_aes_sk_do_one_request; in ocs_common_init()1212 tctx->engine_ctx.op.do_one_request = kmb_ocs_aes_aead_do_one_request; in ocs_common_aead_init()
798 tctx->engine_ctx.op.do_one_request = kmb_ocs_ecc_do_one_request; in kmb_ecc_tctx_init()
831 ctx->engine_ctx.op.do_one_request = kmb_ocs_hcu_do_one_request; in __cra_init()
699 ctx->enginectx.op.do_one_request = stm32_cryp_cipher_one_req; in stm32_cryp_init_tfm()715 ctx->enginectx.op.do_one_request = stm32_cryp_aead_one_req; in stm32_cryp_aes_aead_init()
1050 ctx->enginectx.op.do_one_request = stm32_hash_one_request; in stm32_hash_cra_init_algs()
1115 ctx->enginectx.op.do_one_request = akcipher_do_one_req; in caam_rsa_init_tfm()
3398 ctx->enginectx.op.do_one_request = skcipher_do_one_req; in caam_cra_init()3435 ctx->enginectx.op.do_one_request = aead_do_one_req; in caam_aead_init()
1852 ctx->enginectx.op.do_one_request = ahash_do_one_req; in caam_hash_cra_init()
Completed in 71 milliseconds