]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
target-arm: Use Common Tables in AES Instructions
authorTom Musta <tommusta@gmail.com>
Thu, 13 Mar 2014 14:13:29 +0000 (09:13 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:33 +0000 (13:24 +0200)
commit59dcd29a6c4f89e946fd320539afbfc1859e826e
tree0240a8f0113216c83f4279a260e192ecea65a17b
parent04af534d55f23a024cb21864b073bd6d1da7dcf6
target-arm: Use Common Tables in AES Instructions

This patch refactors the ARM cryptographic instructions to use the
(newly) added common tables from include/qemu/aes.h.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-arm/crypto_helper.c