Searched refs:fnv_64_buf (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/hash/ |
H A D | hash_fnv.c | 114 context->state = fnv_64_buf((void *)input, inputLen, context->state, 0); in PHP_FNV164Update() 120 context->state = fnv_64_buf((void *)input, inputLen, context->state, 1); in PHP_FNV1a64Update() 193 fnv_64_buf(void *buf, size_t len, php_hash_uint64 hval, int alternate) in fnv_64_buf() function
|
H A D | php_hash_fnv.h | 68 static php_hash_uint64 fnv_64_buf(void *buf, size_t len, php_hash_uint64 hval, int alternate);
|
Completed in 5 milliseconds