Home
last modified time | relevance | path

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

/Linux-v5.10/include/crypto/
Dengine.h62 int (*prepare_crypt_hardware)(struct crypto_engine *engine); member
/Linux-v5.10/crypto/
Dcrypto_engine.c142 if (!was_busy && engine->prepare_crypt_hardware) { in crypto_pump_requests()
143 ret = engine->prepare_crypt_hardware(engine); in crypto_pump_requests()
/Linux-v5.10/Documentation/crypto/
Dcrypto_engine.rst39 * ``prepare_crypt_hardware``: Called once before any prepare functions are