Home
last modified time | relevance | path

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

/PHP-7.2/ext/hash/
H A Dhash_fnv.c118 context->state = fnv_64_buf((void *)input, inputLen, context->state, 0); in PHP_FNV164Update()
124 context->state = fnv_64_buf((void *)input, inputLen, context->state, 1); in PHP_FNV1a64Update()
197 fnv_64_buf(void *buf, size_t len, uint64_t hval, int alternate) in fnv_64_buf() function
H A Dphp_hash_fnv.h68 static uint64_t fnv_64_buf(void *buf, size_t len, uint64_t hval, int alternate);

Completed in 5 milliseconds