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

/linux-master/include/crypto/
H A Dengine.h75 int crypto_engine_stop(struct crypto_engine *engine);
/linux-master/drivers/crypto/starfive/
H A Djh7110-cryp.c208 crypto_engine_stop(cryp->engine);
239 crypto_engine_stop(cryp->engine);
/linux-master/crypto/
H A Dcrypto_engine.c432 * crypto_engine_stop - stop the hardware engine
437 int crypto_engine_stop(struct crypto_engine *engine) function
467 EXPORT_SYMBOL_GPL(crypto_engine_stop); variable
560 ret = crypto_engine_stop(engine);

Completed in 118 milliseconds