From b455eb80f17471797ba9cb904fe86af1df35f073 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Wed, 27 May 2015 14:37:29 +0800 Subject: [PATCH] crypto: aead - Preserve in-place processing in old_crypt This patch tries to preserve in-place processing in old_crypt as various algorithms are optimised for in-place processing where src == dst. Signed-off-by: Herbert Xu --- Reading git-format-patch failed