Home
last modified time | relevance | path

Searched refs:simple_hash (Results 1 - 1 of 1) sorted by relevance

/third_party/json/tests/thirdparty/Fuzzer/test/
H A DSimpleHashTest.cpp13 // so that simple_hash(0) != 0. See also
15 static uint32_t simple_hash(const uint8_t *Data, size_t Size) { in simple_hash() function
32 uint32_t Hash = simple_hash(&Data[0], Size - 4); in LLVMFuzzerTestOneInput()
36 fprintf(stderr, "BINGO; simple_hash defeated: %x == %x\n", (unsigned int)Hash, in LLVMFuzzerTestOneInput()

Completed in 1 milliseconds