Home
last modified time | relevance | path

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

/linux-5.19.10/include/crypto/
Dengine.h67 int (*prepare_crypt_hardware)(struct crypto_engine *engine); member
/linux-5.19.10/crypto/
Dcrypto_engine.c143 if (!was_busy && engine->prepare_crypt_hardware) { in crypto_pump_requests()
144 ret = engine->prepare_crypt_hardware(engine); in crypto_pump_requests()
/linux-5.19.10/Documentation/crypto/
Dcrypto_engine.rst39 * ``prepare_crypt_hardware``: Called once before any prepare functions are