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

/linux-master/include/crypto/
H A Dengine.h77 struct crypto_engine *crypto_engine_alloc_init_and_set(struct device *dev,
/linux-master/crypto/
H A Dcrypto_engine.c470 * crypto_engine_alloc_init_and_set - allocate crypto hardware engine structure
487 struct crypto_engine *crypto_engine_alloc_init_and_set(struct device *dev, function
534 EXPORT_SYMBOL_GPL(crypto_engine_alloc_init_and_set); variable
547 return crypto_engine_alloc_init_and_set(dev, false, NULL, rt,
/linux-master/drivers/crypto/caam/
H A Djr.c632 jrpriv->engine = crypto_engine_alloc_init_and_set(jrdev, true, NULL,
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_core.c146 vi->data_vq[i].engine = crypto_engine_alloc_init_and_set(dev, true, NULL, true,

Completed in 239 milliseconds