Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dpauth_helper.c244 uint64_t workingval, runningmod, roundkey, modk0; in pauth_computepac_architected() local
248 runningmod = modifier; in pauth_computepac_architected()
252 roundkey = key1 ^ runningmod; in pauth_computepac_architected()
264 runningmod = tweak_shuffle(runningmod); in pauth_computepac_architected()
266 roundkey = modk0 ^ runningmod; in pauth_computepac_architected()
287 workingval ^= runningmod; in pauth_computepac_architected()
298 runningmod = tweak_inv_shuffle(runningmod); in pauth_computepac_architected()
299 roundkey = key1 ^ runningmod; in pauth_computepac_architected()