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.c243 uint64_t workingval, runningmod, roundkey, modk0; in pauth_computepac_architected() local
247 runningmod = modifier; in pauth_computepac_architected()
251 roundkey = key1 ^ runningmod; in pauth_computepac_architected()
263 runningmod = tweak_shuffle(runningmod); in pauth_computepac_architected()
265 roundkey = modk0 ^ runningmod; in pauth_computepac_architected()
286 workingval ^= runningmod; in pauth_computepac_architected()
297 runningmod = tweak_inv_shuffle(runningmod); in pauth_computepac_architected()
298 roundkey = key1 ^ runningmod; in pauth_computepac_architected()