Home
last modified time | relevance | path

Searched refs:crypto_engine_stop (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dcrypto_engine.c426 * crypto_engine_stop - stop the hardware engine
431 int crypto_engine_stop(struct crypto_engine *engine) in crypto_engine_stop() function
461 EXPORT_SYMBOL_GPL(crypto_engine_stop); variable
556 ret = crypto_engine_stop(engine); in crypto_engine_exit()
/kernel/linux/linux-5.10/include/crypto/
H A Dengine.h110 int crypto_engine_stop(struct crypto_engine *engine);
/kernel/linux/linux-6.6/crypto/
H A Dcrypto_engine.c432 * crypto_engine_stop - stop the hardware engine
437 int crypto_engine_stop(struct crypto_engine *engine) in crypto_engine_stop() function
467 EXPORT_SYMBOL_GPL(crypto_engine_stop); variable
562 ret = crypto_engine_stop(engine); in crypto_engine_exit()
/kernel/linux/linux-6.6/drivers/crypto/starfive/
H A Djh7110-cryp.c216 crypto_engine_stop(cryp->engine); in starfive_cryp_probe()
247 crypto_engine_stop(cryp->engine); in starfive_cryp_remove()
/kernel/linux/linux-6.6/include/crypto/
H A Dengine.h75 int crypto_engine_stop(struct crypto_engine *engine);

Completed in 6 milliseconds