crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c
commita2d76b6b2e324972641749f9fffd9eab27c89509
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 28 Aug 2020 17:05:19 +0000 (28 10:05 -0700)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 10 Sep 2020 10:02:23 +0000 (10 11:02 +0100)
treec1025e015289b6a67c1eda06a03043a6d4c8e5d7
parent8ee47cddbe758ae521792f4b52ed3d86af993da6
crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c

By making the function private, we will be able to make further
simplifications.  Re-indent the migrated code and fix the missing
braces for CODING_STYLE.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
crypto/aes.c
crypto/cipher-builtin.c.inc
include/crypto/aes.h