crypto: Copy an AES (Rijndael) implementation into tree
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 25 Jul 2013 17:30:48 +0000 (18:30 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 25 Jul 2013 17:30:48 +0000 (18:30 +0100)
commit094ca922beda8a0af97cf9aeeeea3a983b59531c
tree8fd9eb3c878e0db7f0bb0203b407aebb4ca985b5
parentb4a26b17a38c3dd1cc6e086a17649b94b0ab8e37
crypto: Copy an AES (Rijndael) implementation into tree

We are going to want an implementation of AES so that we can run
publicly-provided test vectors of our EAX implementation.

qemu seem to have a version with a fairly convenient shape, so lift it
wholesale into our tree, from upstream qemu (their git commit
55616505876d6683130076b810a27c7889321560).

The files in this patch are _exactly_ as copied from that qemu tree,
so that we can separate out our own changes.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
aes.c [new file with mode: 0644]
aes.h [new file with mode: 0644]