Home
last modified time | relevance | path

Searched refs:crypto_engine_alloc_init (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-hace.c157 hace_dev->crypt_engine_hash = crypto_engine_alloc_init(hace_dev->dev, in aspeed_hace_probe()
172 hace_dev->crypt_engine_crypto = crypto_engine_alloc_init(hace_dev->dev, in aspeed_hace_probe()
H A Daspeed-acry.c756 acry_dev->crypt_engine_rsa = crypto_engine_alloc_init(dev, true); in aspeed_acry_probe()
/openbmc/linux/include/crypto/
H A Dengine.h76 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt);
/openbmc/linux/crypto/
H A Dcrypto_engine.c545 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);
/openbmc/linux/Documentation/crypto/
H A Dcrypto_engine.rst31 You are required to obtain a struct crypto_engine via ``crypto_engine_alloc_init()``.
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-cryp.c187 cryp->engine = crypto_engine_alloc_init(&pdev->dev, 1); in starfive_cryp_probe()
/openbmc/linux/drivers/crypto/amlogic/
H A Damlogic-gxl-core.c166 mc->chanlist[i].engine = crypto_engine_alloc_init(mc->dev, true); in meson_allocate_chanlist()
/openbmc/linux/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c397 aes_drv_ctx.engine = crypto_engine_alloc_init(dev, 1); in zynqmp_aes_aead_probe()
/openbmc/linux/drivers/crypto/rockchip/
H A Drk3288_crypto.c373 crypto_info->engine = crypto_engine_alloc_init(&pdev->dev, true); in rk_crypto_probe()
/openbmc/linux/drivers/crypto/gemini/
H A Dsl3516-ce-core.c443 ce->engine = crypto_engine_alloc_init(ce->dev, true); in sl3516_ce_probe()
/openbmc/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c923 ecc_dev->engine = crypto_engine_alloc_init(dev, 1); in kmb_ocs_ecc_probe()
H A Dkeembay-ocs-hcu-core.c1217 hcu_dev->engine = crypto_engine_alloc_init(dev, 1); in kmb_ocs_hcu_probe()
H A Dkeembay-ocs-aes-core.c1627 aes_dev->engine = crypto_engine_alloc_init(dev, true); in kmb_ocs_aes_probe()
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-core.c593 ss->flows[i].engine = crypto_engine_alloc_init(ss->dev, true); in allocate_flows()
/openbmc/linux/drivers/crypto/
H A Domap-des.c1027 dd->engine = crypto_engine_alloc_init(dev, 1); in omap_des_probe()
H A Domap-aes.c1183 dd->engine = crypto_engine_alloc_init(dev, 1); in omap_aes_probe()
H A Domap-sham.c2141 dd->engine = crypto_engine_alloc_init(dev, 1); in omap_sham_probe()
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c721 ce->chanlist[i].engine = crypto_engine_alloc_init(ce->dev, true); in sun8i_ce_allocate_chanlist()
/openbmc/linux/drivers/crypto/stm32/
H A Dstm32-cryp.c2042 cryp->engine = crypto_engine_alloc_init(dev, 1); in stm32_cryp_probe()
H A Dstm32-hash.c2123 hdev->engine = crypto_engine_alloc_init(dev, 1); in stm32_hash_probe()