Home
last modified time | relevance | path

Searched refs:aesdec_IMC (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/crypto/
H A Daes-round.h90 static inline void aesdec_IMC(AESState *r, const AESState *st, bool be) in aesdec_IMC() function
/openbmc/qemu/target/riscv/
H A Dcrypto_helper.c170 aesdec_IMC(&t, &t, false); in HELPER()
/openbmc/qemu/target/arm/tcg/
H A Dcrypto_helper.c140 aesdec_IMC(&t, &t, false); in HELPER()
144 aesdec_IMC(ad, st, false); in HELPER()
/openbmc/qemu/target/i386/
H A Dops_sse.h2197 aesdec_IMC(ad, st, false); in glue()