Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSipHash.cpp172 uint8_t RawHashBytes[8]; in getPointerAuthStableSipHash() local
173 getSipHash_2_4_64(arrayRefFromStringRef(Str), K, RawHashBytes); in getPointerAuthStableSipHash()
174 uint64_t RawHash = endian::read64le(RawHashBytes); in getPointerAuthStableSipHash()