Home
last modified time | relevance | path

Searched refs:crypto_engine_alloc_init_and_set (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/crypto/
Dcrypto_engine.c487 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-v6.6/include/crypto/
Dengine.h77 struct crypto_engine *crypto_engine_alloc_init_and_set(struct device *dev,
/Linux-v6.6/drivers/crypto/virtio/
Dvirtio_crypto_core.c147 vi->data_vq[i].engine = crypto_engine_alloc_init_and_set(dev, true, NULL, true, in virtcrypto_find_vqs()
/Linux-v6.6/drivers/crypto/caam/
Djr.c636 jrpriv->engine = crypto_engine_alloc_init_and_set(jrdev, true, NULL, in caam_jr_probe()