OSDN Git Service

host/include/i386: Implement aes-round.h
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 2 Jun 2023 06:58:52 +0000 (23:58 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 8 Jul 2023 06:30:17 +0000 (07:30 +0100)
commitd6a2443696c5b34fb20879e899bf823d6168b068
treecbb20eedf46dec9d97f710e1c796bf0982ed0a7d
parent28e91474ce558bca55c800e7977bab7c66a44abb
host/include/i386: Implement aes-round.h

Detect AES in cpuinfo; implement the accel hooks.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
host/include/i386/host/cpuinfo.h
host/include/i386/host/crypto/aes-round.h [new file with mode: 0644]
host/include/x86_64/host/crypto/aes-round.h [new file with mode: 0644]
util/cpuinfo-i386.c