Searched refs:aesdec_IMC (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/crypto/ |
H A D | aes-round.h | 90 static inline void aesdec_IMC(AESState *r, const AESState *st, bool be) in aesdec_IMC() function
|
/openbmc/qemu/target/riscv/ |
H A D | crypto_helper.c | 170 aesdec_IMC(&t, &t, false); in HELPER()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | crypto_helper.c | 140 aesdec_IMC(&t, &t, false); in HELPER() 144 aesdec_IMC(ad, st, false); in HELPER()
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 2197 aesdec_IMC(ad, st, false); in glue()
|