Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/crypto/
Dengine.h63 int (*unprepare_crypt_hardware)(struct crypto_engine *engine); member
/kernel/linux/linux-5.10/crypto/
Dcrypto_engine.c107 if (engine->unprepare_crypt_hardware && in crypto_pump_requests()
108 engine->unprepare_crypt_hardware(engine)) in crypto_pump_requests()
/kernel/linux/linux-5.10/Documentation/crypto/
Dcrypto_engine.rst42 * ``unprepare_crypt_hardware``: Called once after all unprepare functions have