Sign in
qemu
/
qemu
/
27539ac53154cf9da6990ce9bec1064d37cf2b1d
/
crypto
/
aes.c
42f7a44
crypto: Clean up includes
by Peter Maydell
· 9 years ago
6f2945c
crypto: move built-in AES implementation into crypto/
by Daniel P. Berrange
· 10 years ago
[Renamed (99%) from util/aes.c]
a50c7c8
aes: remove a dead return statement
by Paolo Bonzini
· 10 years ago
bfd8f5b
util: Add InvMixColumns
by Tom Musta
· 11 years ago
1c1a6d2
util: Add AES ShiftRows and InvShiftRows Tables
by Tom Musta
· 11 years ago
40c84b5
util: Add S-Box and InvS-Box Arrays to Common AES Utils
by Tom Musta
· 11 years ago
9220eee
aes: Remove unused code (NDEBUG, u16)
by Stefan Weil
· 12 years ago
5d6f5cd
aes: make Td[0-5] and Te[0-5] tables non static
by Aurelien Jarno
· 12 years ago
753d9b8
aes: move aes.h from include/block to include/qemu
by Aurelien Jarno
· 12 years ago
baacf04
build: move libqemuutil.a components to util/
by Paolo Bonzini
· 12 years ago
[Renamed from aes.c]
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
5561650
Include assert.h from qemu-common.h
by Paul Brook
· 16 years ago
d78f399
Delete some unused macros detected with -Wp,-Wunused-macros use
by blueswir1
· 16 years ago
69b3497
Fix miscellaneous minor things, by Andre Przywara.
by ths
· 17 years ago
faf0796
Split block API from vl.h.
by pbrook
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
e4d4fe3
AES crypto support
by bellard
· 21 years ago