]> Git Repo - qemu.git/commit - target/i386/ops_sse.h
crypto: move built-in AES implementation into crypto/
authorDaniel P. Berrange <[email protected]>
Wed, 1 Jul 2015 17:10:30 +0000 (18:10 +0100)
committerPaolo Bonzini <[email protected]>
Tue, 7 Jul 2015 10:04:13 +0000 (12:04 +0200)
commit6f2945cde60545aae7f31ab9d5ef29531efbc94f
treec1859c153b35e1c4e104b1161dbc376827d88f7b
parentddbb0d09661f5fce21b335ba9aea8202d189b98e
crypto: move built-in AES implementation into crypto/

To prepare for a generic internal cipher API, move the
built-in AES implementation into the crypto/ directory

Signed-off-by: Daniel P. Berrange <[email protected]>
Message-Id: <1435770638[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
13 files changed:
block/qcow.c
block/qcow2.c
block/qcow2.h
crypto/Makefile.objs
crypto/aes.c [new file with mode: 0644]
include/crypto/aes.h [new file with mode: 0644]
include/qemu/aes.h [deleted file]
target-arm/crypto_helper.c
target-i386/fpu_helper.c
target-i386/ops_sse.h
target-ppc/int_helper.c
util/Makefile.objs
util/aes.c [deleted file]
This page took 0.028899 seconds and 4 git commands to generate.