Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dengine.h76 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt);
/linux/Documentation/crypto/
H A Dcrypto_engine.rst31 You are required to obtain a struct crypto_engine via ``crypto_engine_alloc_init()``.
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c1211 hcu_dev->engine = crypto_engine_alloc_init(dev, 1); in kmb_ocs_hcu_probe()