Searched refs:prepare_crypt_hardware (Results 1 – 3 of 3) sorted by relevance
67 int (*prepare_crypt_hardware)(struct crypto_engine *engine); member
143 if (!was_busy && engine->prepare_crypt_hardware) { in crypto_pump_requests()144 ret = engine->prepare_crypt_hardware(engine); in crypto_pump_requests()
39 * ``prepare_crypt_hardware``: Called once before any prepare functions are