Home
last modified time | relevance | path

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

/PHP-7.3/ext/hash/
H A Dhash_fnv.c116 context->state = fnv_64_buf((void *)input, inputLen, context->state, 0); in PHP_FNV164Update()
122 context->state = fnv_64_buf((void *)input, inputLen, context->state, 1); in PHP_FNV1a64Update()
196 fnv_64_buf(void *buf, size_t len, uint64_t hval, int alternate) in fnv_64_buf() function
H A Dphp_hash_fnv.h66 static uint64_t fnv_64_buf(void *buf, size_t len, uint64_t hval, int alternate);

Completed in 6 milliseconds