The crypto engine could actually only enqueue hash and ablkcipher request. This patch serie permit it to enqueue skcipher requets by adding all necessary functions. Changes since v1 - Aligned to column struct *dev in include - Added missing mutex_unlock in crypto_engine_start() Corentin Labbe (2): crypto: engine - replace pr_xxx by dev_xxx crypto: engine - Permit to enqueue skcipher request crypto/crypto_engine.c | 157 ++++++++++++++++++++++++++++++++++++++++++------ include/crypto/engine.h | 15 +++++ 2 files changed, 153 insertions(+), 19 deletions(-) -- 2.13.0