Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/aspeed/
Daspeed-hace.c155 hace_dev->crypt_engine_hash = crypto_engine_alloc_init(hace_dev->dev, in aspeed_hace_probe()
170 hace_dev->crypt_engine_crypto = crypto_engine_alloc_init(hace_dev->dev, in aspeed_hace_probe()
/Linux-v6.1/include/crypto/
Dengine.h120 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt);
/Linux-v6.1/crypto/
Dcrypto_engine.c567 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt) in crypto_engine_alloc_init() function
572 EXPORT_SYMBOL_GPL(crypto_engine_alloc_init);
/Linux-v6.1/Documentation/crypto/
Dcrypto_engine.rst31 You are required to obtain a struct crypto_engine via ``crypto_engine_alloc_init()``.
/Linux-v6.1/drivers/crypto/amlogic/
Damlogic-gxl-core.c151 mc->chanlist[i].engine = crypto_engine_alloc_init(mc->dev, true); in meson_allocate_chanlist()
/Linux-v6.1/drivers/crypto/xilinx/
Dzynqmp-aes-gcm.c395 aes_drv_ctx.engine = crypto_engine_alloc_init(dev, 1); in zynqmp_aes_aead_probe()
/Linux-v6.1/drivers/crypto/gemini/
Dsl3516-ce-core.c440 ce->engine = crypto_engine_alloc_init(ce->dev, true); in sl3516_ce_probe()
/Linux-v6.1/drivers/crypto/keembay/
Dkeembay-ocs-ecc.c930 ecc_dev->engine = crypto_engine_alloc_init(dev, 1); in kmb_ocs_ecc_probe()
Dkeembay-ocs-hcu-core.c1220 hcu_dev->engine = crypto_engine_alloc_init(dev, 1); in kmb_ocs_hcu_probe()
Dkeembay-ocs-aes-core.c1642 aes_dev->engine = crypto_engine_alloc_init(dev, true); in kmb_ocs_aes_probe()
/Linux-v6.1/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-core.c559 ss->flows[i].engine = crypto_engine_alloc_init(ss->dev, true); in allocate_flows()
/Linux-v6.1/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-core.c682 ce->chanlist[i].engine = crypto_engine_alloc_init(ce->dev, true); in sun8i_ce_allocate_chanlist()
/Linux-v6.1/drivers/crypto/
Domap-des.c1041 dd->engine = crypto_engine_alloc_init(dev, 1); in omap_des_probe()
Domap-aes.c1183 dd->engine = crypto_engine_alloc_init(dev, 1); in omap_aes_probe()
Domap-sham.c2134 dd->engine = crypto_engine_alloc_init(dev, 1); in omap_sham_probe()
/Linux-v6.1/drivers/crypto/stm32/
Dstm32-hash.c1517 hdev->engine = crypto_engine_alloc_init(dev, 1); in stm32_hash_probe()
Dstm32-cryp.c1813 cryp->engine = crypto_engine_alloc_init(dev, 1); in stm32_cryp_probe()