Home
last modified time | relevance | path

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

/Linux-v6.6/include/crypto/internal/
Dengine.h63 int (*unprepare_crypt_hardware)(struct crypto_engine *engine); member
/Linux-v6.6/Documentation/crypto/
Dcrypto_engine.rst42 * ``unprepare_crypt_hardware``: Called once after all unprepare functions have
/Linux-v6.6/crypto/
Dcrypto_engine.c111 if (engine->unprepare_crypt_hardware && in crypto_pump_requests()
112 engine->unprepare_crypt_hardware(engine)) in crypto_pump_requests()