Searched refs:unprepare_crypt_hardware (Results 1 – 3 of 3) sorted by relevance
63 int (*unprepare_crypt_hardware)(struct crypto_engine *engine); member
42 * ``unprepare_crypt_hardware``: Called once after all unprepare functions have
111 if (engine->unprepare_crypt_hardware && in crypto_pump_requests()112 engine->unprepare_crypt_hardware(engine)) in crypto_pump_requests()