]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
util: Add AES ShiftRows and InvShiftRows Tables
authorTom Musta <tommusta@gmail.com>
Thu, 13 Mar 2014 14:13:26 +0000 (09:13 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:33 +0000 (13:24 +0200)
commit1c1a6d20e0bceef5b5ce68930bf255021c326cce
treebfbf66969ee8e82684c072376ab8765603869c73
parent40c84b54dd47f3ad2a170c036a97aa1b777c645d
util: Add AES ShiftRows and InvShiftRows Tables

This patch adds tables that implement the Advanced Encryption Standard (AES) ShiftRows
and InvShiftRows transformations.  These are commonly used in instruction models.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/qemu/aes.h
util/aes.c