Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/include/crypto/
Dengine.h77 struct crypto_engine *crypto_engine_alloc_init_and_set(struct device *dev,
/linux-6.12.1/drivers/crypto/virtio/
Dvirtio_crypto_core.c142 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/
Djr.c632 jrpriv->engine = crypto_engine_alloc_init_and_set(jrdev, true, NULL, in caam_jr_probe()