Searched refs:crypto_engine_alloc_init (Results 1 – 22 of 22) sorted by relevance
/linux-6.12.1/drivers/crypto/aspeed/ |
D | aspeed-hace.c | 153 hace_dev->crypt_engine_hash = crypto_engine_alloc_init(hace_dev->dev, in aspeed_hace_probe() 168 hace_dev->crypt_engine_crypto = crypto_engine_alloc_init(hace_dev->dev, in aspeed_hace_probe()
|
D | aspeed-acry.c | 756 acry_dev->crypt_engine_rsa = crypto_engine_alloc_init(dev, true); in aspeed_acry_probe()
|
/linux-6.12.1/include/crypto/ |
D | engine.h | 76 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt);
|
/linux-6.12.1/crypto/ |
D | crypto_engine.c | 545 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt) in crypto_engine_alloc_init() function 550 EXPORT_SYMBOL_GPL(crypto_engine_alloc_init);
|
/linux-6.12.1/Documentation/crypto/ |
D | crypto_engine.rst | 31 You are required to obtain a struct crypto_engine via ``crypto_engine_alloc_init()``.
|
/linux-6.12.1/drivers/crypto/starfive/ |
D | jh7110-cryp.c | 142 cryp->engine = crypto_engine_alloc_init(&pdev->dev, 1); in starfive_cryp_probe()
|
/linux-6.12.1/drivers/crypto/amlogic/ |
D | amlogic-gxl-core.c | 166 mc->chanlist[i].engine = crypto_engine_alloc_init(mc->dev, true); in meson_allocate_chanlist()
|
/linux-6.12.1/drivers/crypto/xilinx/ |
D | zynqmp-aes-gcm.c | 397 aes_drv_ctx.engine = crypto_engine_alloc_init(dev, 1); in zynqmp_aes_aead_probe()
|
/linux-6.12.1/drivers/crypto/tegra/ |
D | tegra-se-main.c | 303 se->engine = crypto_engine_alloc_init(dev, 0); in tegra_se_probe()
|
/linux-6.12.1/drivers/crypto/rockchip/ |
D | rk3288_crypto.c | 373 crypto_info->engine = crypto_engine_alloc_init(&pdev->dev, true); in rk_crypto_probe()
|
/linux-6.12.1/drivers/crypto/gemini/ |
D | sl3516-ce-core.c | 443 ce->engine = crypto_engine_alloc_init(ce->dev, true); in sl3516_ce_probe()
|
/linux-6.12.1/drivers/crypto/intel/keembay/ |
D | keembay-ocs-ecc.c | 923 ecc_dev->engine = crypto_engine_alloc_init(dev, 1); in kmb_ocs_ecc_probe()
|
D | keembay-ocs-hcu-core.c | 1211 hcu_dev->engine = crypto_engine_alloc_init(dev, 1); in kmb_ocs_hcu_probe()
|
D | keembay-ocs-aes-core.c | 1625 aes_dev->engine = crypto_engine_alloc_init(dev, true); in kmb_ocs_aes_probe()
|
/linux-6.12.1/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-core.c | 588 ss->flows[i].engine = crypto_engine_alloc_init(ss->dev, true); in allocate_flows()
|
/linux-6.12.1/drivers/crypto/ |
D | omap-des.c | 1027 dd->engine = crypto_engine_alloc_init(dev, 1); in omap_des_probe()
|
D | omap-aes.c | 1183 dd->engine = crypto_engine_alloc_init(dev, 1); in omap_aes_probe()
|
D | sahara.c | 1361 dev->engine = crypto_engine_alloc_init(&pdev->dev, true); in sahara_probe()
|
D | omap-sham.c | 2129 dd->engine = crypto_engine_alloc_init(dev, 1); in omap_sham_probe()
|
/linux-6.12.1/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-core.c | 739 ce->chanlist[i].engine = crypto_engine_alloc_init(ce->dev, true); in sun8i_ce_allocate_chanlist()
|
/linux-6.12.1/drivers/crypto/stm32/ |
D | stm32-cryp.c | 2655 cryp->engine = crypto_engine_alloc_init(dev, 1); in stm32_cryp_probe()
|
D | stm32-hash.c | 2429 hdev->engine = crypto_engine_alloc_init(dev, 1); in stm32_hash_probe()
|