Sign in
qemu
/
qemu
/
d135f781405f7c78153aa65e0327b05a4aa72e50
/
crypto
/
aes.c
c93c7dc
crypto: Add spaces around operator
by shiliyang
· 4 years, 4 months ago
8573431
crypto: Fix some code style problems, add spaces around operator
by shiliyang
· 4 years, 3 months ago
a2d76b6
crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c
by Richard Henderson
· 4 years, 6 months ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
2f9f96b
crypto: finish removing TABs
by Paolo Bonzini
· 6 years ago
72e21db
remove space-tab sequences
by Paolo Bonzini
· 6 years ago
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