commit | e20e14d2b15d5ad4fb0a640c95d7c1bc534d9fd7 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Jun 01 16:05:29 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sat Jul 08 07:30:17 2023 +0100 |
tree | 253dc669d7d0fcac625c60e096f63dc3becbec15 | |
parent | fb250c59aa7f595d65b73a5d87076d047970ba1d [diff] |
crypto/aes: Add AES_SH, AES_ISH macros These macros will constant fold and avoid the indirection through memory when fully unrolling some new primitives. Acked-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>