Home
last modified time | relevance | path

Searched refs:test_IMC (Results 1 – 5 of 5) sorted by relevance

/qemu/tests/tcg/multiarch/
H A Dtest-aes-main.c.inc14 static bool test_IMC(uint8_t *o, const uint8_t *i);
157 if (test_IMC(t.b, rounds[i].after_mc.b)) {
176 if (test_IMC(t.b, rounds[i - 1].round_key.b) &&
/qemu/tests/tcg/aarch64/
H A Dtest-aes.c41 bool test_IMC(uint8_t *o, const uint8_t *i) in test_IMC() function
/qemu/tests/tcg/ppc64/
H A Dtest-aes.c85 bool test_IMC(uint8_t *o, const uint8_t *i) in test_IMC() function
/qemu/tests/tcg/i386/
H A Dtest-aes.c44 static bool test_IMC(uint8_t *o, const uint8_t *i) in test_IMC() function
/qemu/tests/tcg/riscv64/
H A Dtest-aes.c50 bool test_IMC(uint8_t *o, const uint8_t *i) in test_IMC() function