Searched refs:fnv_32_buf (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/ext/hash/ |
H A D | hash_fnv.c | 79 context->state = fnv_32_buf((void *)input, inputLen, context->state, 0); in PHP_FNV132Update() 85 context->state = fnv_32_buf((void *)input, inputLen, context->state, 1); in PHP_FNV1a32Update() 151 fnv_32_buf(void *buf, size_t len, uint32_t hval, int alternate) in fnv_32_buf() function
|
H A D | php_hash_fnv.h | 67 static uint32_t fnv_32_buf(void *buf, size_t len, uint32_t hval, int alternate);
|
Completed in 5 milliseconds