mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
crypto: Remove AES_shifts, AES_ishifts
These arrays are no longer used, replaced by AES_SH_*, AES_ISH_*. 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>
This commit is contained in:
parent
4ad6f9bfa0
commit
66d940e9e7
2 changed files with 0 additions and 18 deletions
|
@ -30,10 +30,6 @@ void AES_decrypt(const unsigned char *in, unsigned char *out,
|
|||
extern const uint8_t AES_sbox[256];
|
||||
extern const uint8_t AES_isbox[256];
|
||||
|
||||
/* AES ShiftRows and InvShiftRows */
|
||||
extern const uint8_t AES_shifts[16];
|
||||
extern const uint8_t AES_ishifts[16];
|
||||
|
||||
/* AES MixColumns, for use with rot32. */
|
||||
extern const uint32_t AES_mc_rot[256];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue