]> Git Repo - qemu.git/commit - crypto/aes.c
util: Add S-Box and InvS-Box Arrays to Common AES Utils
authorTom Musta <[email protected]>
Thu, 13 Mar 2014 14:13:25 +0000 (09:13 -0500)
committerAlexander Graf <[email protected]>
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 <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
include/qemu/aes.h
util/aes.c
This page took 0.025692 seconds and 4 git commands to generate.