]> git.proxmox.com Git - qemu.git/commit
aes: make Td[0-5] and Te[0-5] tables non static
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 31 Mar 2013 10:58:31 +0000 (12:58 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 13 Apr 2013 11:51:57 +0000 (13:51 +0200)
commit5d6f5cdd8ae3a67a07012b4f3fcb5db7a6117766
treecdf252e605b818dbaeeaf5845f3bba76e930535a
parent753d9b82c5a18182294980f4fc1081d7926aae83
aes: make Td[0-5] and Te[0-5] tables non static

Remove static attribute to Td[0-5] and Te[0-5] tables so that they
can be used outside of aes.c. Change their type from u32 to uint32_t,
to keep the u32 udef local to aes.c. Prefix them with AES_ so that they
do not conflict with other symbols.

Reviewed-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
include/qemu/aes.h
util/aes.c