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.cpp43 uint8_t RawHashBytes[8]; in getPointerAuthStableSipHash() local
44 getSipHash_2_4_64(arrayRefFromStringRef(Str), K, RawHashBytes); in getPointerAuthStableSipHash()
45 uint64_t RawHash = endian::read64le(RawHashBytes); in getPointerAuthStableSipHash()