Searched refs:fnv_64_buf (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/hash/ |
H A D | hash_fnv.c | 130 context->state = fnv_64_buf((void *)input, inputLen, context->state, 0); in PHP_FNV164Update() 136 context->state = fnv_64_buf((void *)input, inputLen, context->state, 1); in PHP_FNV1a64Update() 210 fnv_64_buf(void *buf, size_t len, uint64_t hval, int alternate) in fnv_64_buf() function
|
H A D | php_hash_fnv.h | 66 static uint64_t fnv_64_buf(void *buf, size_t len, uint64_t hval, int alternate);
|
Completed in 7 milliseconds