Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-07-07 | crypto: move built-in AES implementation into crypto/ | Daniel P. Berrange | 1 | -68/+0 |
2014-06-19 | include/qemu/aes.h: Avoid conflicts with FreeBSD AES functions | Sean Bruno | 1 | -0/+9 |
2014-06-16 | util: Add InvMixColumns | Tom Musta | 1 | -0/+7 |
2014-06-16 | util: Add AES ShiftRows and InvShiftRows Tables | Tom Musta | 1 | -0/+4 |
2014-06-16 | util: Add S-Box and InvS-Box Arrays to Common AES Utils | Tom Musta | 1 | -0/+3 |
2013-04-13 | aes: make Td[0-5] and Te[0-5] tables non static | Aurelien Jarno | 1 | -0/+19 |
2013-04-13 | aes: move aes.h from include/block to include/qemu | Aurelien Jarno | 1 | -0/+26 |