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

/linux-master/include/crypto/
H A Dengine.h76 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt);
/linux-master/drivers/crypto/aspeed/
H A Daspeed-hace.c153 hace_dev->crypt_engine_hash = crypto_engine_alloc_init(hace_dev->dev,
168 hace_dev->crypt_engine_crypto = crypto_engine_alloc_init(hace_dev->dev,
H A Daspeed-acry.c756 acry_dev->crypt_engine_rsa = crypto_engine_alloc_init(dev, true);
/linux-master/crypto/
H A Dcrypto_engine.c537 * crypto_engine_alloc_init - allocate crypto hardware engine structure and
545 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt) function
550 EXPORT_SYMBOL_GPL(crypto_engine_alloc_init); variable
/linux-master/drivers/crypto/starfive/
H A Djh7110-cryp.c179 cryp->engine = crypto_engine_alloc_init(&pdev->dev, 1);
/linux-master/drivers/crypto/amlogic/
H A Damlogic-gxl-core.c166 mc->chanlist[i].engine = crypto_engine_alloc_init(mc->dev, true);
/linux-master/drivers/crypto/rockchip/
H A Drk3288_crypto.c373 crypto_info->engine = crypto_engine_alloc_init(&pdev->dev, true);
/linux-master/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c397 aes_drv_ctx.engine = crypto_engine_alloc_init(dev, 1);
/linux-master/drivers/crypto/gemini/
H A Dsl3516-ce-core.c443 ce->engine = crypto_engine_alloc_init(ce->dev, true);
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c715 ce->chanlist[i].engine = crypto_engine_alloc_init(ce->dev, true);
/linux-master/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-core.c588 ss->flows[i].engine = crypto_engine_alloc_init(ss->dev, true);
/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c923 ecc_dev->engine = crypto_engine_alloc_init(dev, 1);
H A Dkeembay-ocs-hcu-core.c1210 hcu_dev->engine = crypto_engine_alloc_init(dev, 1);
H A Dkeembay-ocs-aes-core.c1625 aes_dev->engine = crypto_engine_alloc_init(dev, true);
/linux-master/drivers/crypto/
H A Domap-des.c1027 dd->engine = crypto_engine_alloc_init(dev, 1);
H A Domap-aes.c1183 dd->engine = crypto_engine_alloc_init(dev, 1);
H A Dsahara.c1361 dev->engine = crypto_engine_alloc_init(&pdev->dev, true);
H A Domap-sham.c2129 dd->engine = crypto_engine_alloc_init(dev, 1);
/linux-master/drivers/crypto/stm32/
H A Dstm32-cryp.c2038 cryp->engine = crypto_engine_alloc_init(dev, 1);
H A Dstm32-hash.c2103 hdev->engine = crypto_engine_alloc_init(dev, 1);

Completed in 269 milliseconds