Searched refs:crypto_engine_alloc_init_and_set (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/crypto/ |
D | crypto_engine.c | 487 struct crypto_engine *crypto_engine_alloc_init_and_set(struct device *dev, in crypto_engine_alloc_init_and_set() function 534 EXPORT_SYMBOL_GPL(crypto_engine_alloc_init_and_set); 547 return crypto_engine_alloc_init_and_set(dev, false, NULL, rt, in crypto_engine_alloc_init()
|
/linux-6.12.1/include/crypto/ |
D | engine.h | 77 struct crypto_engine *crypto_engine_alloc_init_and_set(struct device *dev,
|
/linux-6.12.1/drivers/crypto/virtio/ |
D | virtio_crypto_core.c | 142 vi->data_vq[i].engine = crypto_engine_alloc_init_and_set(dev, true, NULL, true, in virtcrypto_find_vqs()
|
/linux-6.12.1/drivers/crypto/caam/ |
D | jr.c | 632 jrpriv->engine = crypto_engine_alloc_init_and_set(jrdev, true, NULL, in caam_jr_probe()
|