Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Dengine.h62 int (*prepare_crypt_hardware)(struct crypto_engine *engine); member
/openbmc/linux/Documentation/crypto/
H A Dcrypto_engine.rst39 * ``prepare_crypt_hardware``: Called once before any prepare functions are
/openbmc/linux/crypto/
H A 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()