/openbmc/linux/drivers/crypto/aspeed/ |
H A D | aspeed-hace.c | 243 crypto_engine_exit(hace_dev->crypt_engine_crypto); in aspeed_hace_probe() 245 crypto_engine_exit(hace_dev->crypt_engine_hash); in aspeed_hace_probe() 260 crypto_engine_exit(hace_dev->crypt_engine_hash); in aspeed_hace_remove() 261 crypto_engine_exit(hace_dev->crypt_engine_crypto); in aspeed_hace_remove()
|
H A D | aspeed-acry.c | 790 crypto_engine_exit(acry_dev->crypt_engine_rsa); in aspeed_acry_probe() 802 crypto_engine_exit(acry_dev->crypt_engine_rsa); in aspeed_acry_remove()
|
/openbmc/linux/drivers/crypto/starfive/ |
H A D | jh7110-cryp.c | 218 crypto_engine_exit(cryp->engine); in starfive_cryp_probe() 248 crypto_engine_exit(cryp->engine); in starfive_cryp_remove()
|
/openbmc/linux/include/crypto/ |
H A D | engine.h | 81 int crypto_engine_exit(struct crypto_engine *engine);
|
/openbmc/linux/drivers/crypto/xilinx/ |
H A D | zynqmp-aes-gcm.c | 422 crypto_engine_exit(aes_drv_ctx.engine); in zynqmp_aes_aead_probe() 429 crypto_engine_exit(aes_drv_ctx.engine); in zynqmp_aes_aead_remove()
|
/openbmc/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto.c | 402 crypto_engine_exit(crypto_info->engine); in rk_crypto_probe() 426 crypto_engine_exit(crypto_tmp->engine); in rk_crypto_remove()
|
/openbmc/linux/crypto/ |
H A D | crypto_engine.c | 558 int crypto_engine_exit(struct crypto_engine *engine) in crypto_engine_exit() function 570 EXPORT_SYMBOL_GPL(crypto_engine_exit);
|
/openbmc/linux/Documentation/crypto/ |
H A D | crypto_engine.rst | 34 ``crypto_engine_exit()``.
|
/openbmc/linux/drivers/crypto/virtio/ |
H A D | virtio_crypto_core.c | 316 crypto_engine_exit(vcrypto->data_vq[i].engine); in virtcrypto_start_crypto_engines() 327 crypto_engine_exit(vcrypto->data_vq[i].engine); in virtcrypto_clear_crypto_engines()
|
/openbmc/linux/drivers/crypto/gemini/ |
H A D | sl3516-ce-core.c | 500 crypto_engine_exit(ce->engine); in sl3516_ce_probe() 514 crypto_engine_exit(ce->engine); in sl3516_ce_remove()
|
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-ecc.c | 957 crypto_engine_exit(ecc_dev->engine); in kmb_ocs_ecc_probe() 980 crypto_engine_exit(ecc_dev->engine); in kmb_ocs_ecc_remove()
|
H A D | keembay-ocs-hcu-core.c | 1165 rc = crypto_engine_exit(hcu_dev->engine); in kmb_ocs_hcu_remove() 1240 crypto_engine_exit(hcu_dev->engine); in kmb_ocs_hcu_probe()
|
H A D | keembay-ocs-aes-core.c | 1577 crypto_engine_exit(aes_dev->engine); in kmb_ocs_aes_remove() 1649 crypto_engine_exit(aes_dev->engine); in kmb_ocs_aes_probe()
|
/openbmc/linux/drivers/crypto/amlogic/ |
H A D | amlogic-gxl-core.c | 142 crypto_engine_exit(mc->chanlist[i].engine); in meson_free_chanlist()
|
/openbmc/linux/drivers/crypto/ |
H A D | omap-aes.c | 1244 crypto_engine_exit(dd->engine); in omap_aes_probe() 1281 crypto_engine_exit(dd->engine); in omap_aes_remove()
|
H A D | omap-des.c | 1061 crypto_engine_exit(dd->engine); in omap_des_probe()
|
H A D | omap-sham.c | 2187 crypto_engine_exit(dd->engine); in omap_sham_probe()
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | jr.c | 73 crypto_engine_exit(jrpriv->engine); in caam_jr_crypto_engine_exit()
|
/openbmc/linux/drivers/crypto/stm32/ |
H A D | stm32-cryp.c | 2077 crypto_engine_exit(cryp->engine); in stm32_cryp_probe() 2107 crypto_engine_exit(cryp->engine); in stm32_cryp_remove()
|
H A D | stm32-hash.c | 2153 crypto_engine_exit(hdev->engine); in stm32_hash_probe() 2179 crypto_engine_exit(hdev->engine); in stm32_hash_remove()
|
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-core.c | 541 crypto_engine_exit(ss->flows[i].engine); in sun8i_ss_free_flows()
|
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-core.c | 697 crypto_engine_exit(ce->chanlist[i].engine); in sun8i_ce_free_chanlist()
|