Searched refs:crypto_engine_alloc_init (Results 1 – 8 of 8) sorted by relevance
113 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt);
431 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt) in crypto_engine_alloc_init() function470 EXPORT_SYMBOL_GPL(crypto_engine_alloc_init);
26 You have to obtain a struct crypto_engine via crypto_engine_alloc_init().
109 vi->data_vq[i].engine = crypto_engine_alloc_init(dev, 1); in virtcrypto_find_vqs()
1057 dd->engine = crypto_engine_alloc_init(dev, 1); in omap_des_probe()
1210 dd->engine = crypto_engine_alloc_init(dev, 1); in omap_aes_probe()
1522 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()