Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dengine.h63 int (*unprepare_crypt_hardware)(struct crypto_engine *engine); member
/Linux-v4.19/crypto/
Dcrypto_engine.c107 if (engine->unprepare_crypt_hardware && in crypto_pump_requests()
108 engine->unprepare_crypt_hardware(engine)) in crypto_pump_requests()