Home
last modified time | relevance | path

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

/Linux-v5.15/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()
/Linux-v5.15/include/crypto/
Dengine.h112 struct crypto_engine *crypto_engine_alloc_init_and_set(struct device *dev,
/Linux-v5.15/drivers/crypto/caam/
Djr.c553 jrpriv->engine = crypto_engine_alloc_init_and_set(jrdev, true, NULL, in caam_jr_probe()