Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/arm64/
Dpointer-auth-arm64.cc160 uint64_t modk0 = ((key0 & 0x1) << 63) | ((key0 >> 2) << 1) | in ComputePAC() local
177 round_key = modk0 ^ running_mod; in ComputePAC()
205 return working_val ^ modk0; in ComputePAC()