Home
last modified time | relevance | path

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

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