Home
last modified time | relevance | path

Searched refs:round_key (Results 1 – 2 of 2) sorted by relevance

/qemu/target/riscv/
H A Dvcrypto_helper.c214 round_state->v = round_state->v ^ round_key->v; in xor_round_key()
228 AESState round_key; \
271 &round_key, in GEN_ZVKNED_HELPER_VV() argument
275 &round_key,
279 &round_key,
283 &round_key,
287 &round_key,
291 &round_key,
295 &round_key,
299 &round_key,
[all …]
/qemu/tests/tcg/multiarch/
H A Dtest-aes-main.c.inc37 State start, after_sr, after_mc, round_key;
145 if (test_SB_SR_MC_AK(t.b, rounds[i].start.b, rounds[i].round_key.b)) {
165 rounds[i - 1].round_key.b)) {
176 if (test_IMC(t.b, rounds[i - 1].round_key.b) &&