Searched refs:crypto_engine_alloc_init (Results 1 – 8 of 8) sorted by relevance
108 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt);
426 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt) in crypto_engine_alloc_init() function465 EXPORT_SYMBOL_GPL(crypto_engine_alloc_init);
31 You are required to obtain a struct crypto_engine via ``crypto_engine_alloc_init()``.
97 vi->data_vq[i].engine = crypto_engine_alloc_init(dev, 1); in virtcrypto_find_vqs()
1060 dd->engine = crypto_engine_alloc_init(dev, 1); in omap_des_probe()
1203 dd->engine = crypto_engine_alloc_init(dev, 1); in omap_aes_probe()
1504 hdev->engine = crypto_engine_alloc_init(dev, 1); in stm32_hash_probe()
2000 cryp->engine = crypto_engine_alloc_init(dev, 1); in stm32_cryp_probe()