Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
Dcrypto_engine.c481 struct crypto_engine *crypto_engine_alloc_init_and_set(struct device *dev, in crypto_engine_alloc_init_and_set() function
528 EXPORT_SYMBOL_GPL(crypto_engine_alloc_init_and_set);
541 return crypto_engine_alloc_init_and_set(dev, false, NULL, rt, in crypto_engine_alloc_init()
/kernel/linux/linux-5.10/include/crypto/
Dengine.h112 struct crypto_engine *crypto_engine_alloc_init_and_set(struct device *dev,
/kernel/linux/linux-6.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()
/kernel/linux/linux-6.6/include/crypto/
Dengine.h77 struct crypto_engine *crypto_engine_alloc_init_and_set(struct device *dev,
/kernel/linux/linux-6.6/drivers/crypto/virtio/
Dvirtio_crypto_core.c148 vi->data_vq[i].engine = crypto_engine_alloc_init_and_set(dev, true, NULL, true, in virtcrypto_find_vqs()
/kernel/linux/linux-6.6/drivers/crypto/caam/
Djr.c636 jrpriv->engine = crypto_engine_alloc_init_and_set(jrdev, true, NULL, in caam_jr_probe()