]> git.proxmox.com Git - mirror_qemu.git/commit - crypto/aes.c
util: Add S-Box and InvS-Box Arrays to Common AES Utils
authorTom Musta <tommusta@gmail.com>
Thu, 13 Mar 2014 14:13:25 +0000 (09:13 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:33 +0000 (13:24 +0200)
commit40c84b54dd47f3ad2a170c036a97aa1b777c645d
treedb98c461fefe62fe4e03bbd8db9c00e0684b2c38
parent28668b5f31b05f6413826e110ff909522759f7d9
util: Add S-Box and InvS-Box Arrays to Common AES Utils

This patch adds tables for the S-Box and InvS-Box transformations commonly used by various
Advanced Encription Standard (AES) 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