Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/arm64/
Dpointer-auth-arm64.cc162 uint64_t running_mod = context; in ComputePAC() local
166 round_key = key1 ^ running_mod; in ComputePAC()
174 running_mod = TweakShuffle(running_mod); in ComputePAC()
177 round_key = modk0 ^ running_mod; in ComputePAC()
190 working_val ^= running_mod; in ComputePAC()
198 running_mod = TweakInvShuffle(running_mod); in ComputePAC()
199 round_key = key1 ^ running_mod; in ComputePAC()