Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/
Dengine.h108 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt);
/Linux-v5.4/crypto/
Dcrypto_engine.c426 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt) in crypto_engine_alloc_init() function
465 EXPORT_SYMBOL_GPL(crypto_engine_alloc_init);
/Linux-v5.4/Documentation/crypto/
Dcrypto_engine.rst31 You are required to obtain a struct crypto_engine via ``crypto_engine_alloc_init()``.
/Linux-v5.4/drivers/crypto/virtio/
Dvirtio_crypto_core.c97 vi->data_vq[i].engine = crypto_engine_alloc_init(dev, 1); in virtcrypto_find_vqs()
/Linux-v5.4/drivers/crypto/
Domap-des.c1060 dd->engine = crypto_engine_alloc_init(dev, 1); in omap_des_probe()
Domap-aes.c1203 dd->engine = crypto_engine_alloc_init(dev, 1); in omap_aes_probe()
/Linux-v5.4/drivers/crypto/stm32/
Dstm32-hash.c1504 hdev->engine = crypto_engine_alloc_init(dev, 1); in stm32_hash_probe()
Dstm32-cryp.c2000 cryp->engine = crypto_engine_alloc_init(dev, 1); in stm32_cryp_probe()