On 9/6/23 04:23, Richard Henderson wrote:
Add a primitive for InvSubBytes + InvShiftRows + AddRoundKey + InvMixColumns.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- host/include/generic/host/aes-round.h | 3 +++ include/crypto/aes-round.h | 21 +++++++++++++++++++++ crypto/aes.c | 14 ++++++++++++++ 3 files changed, 38 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>