Home
last modified time | relevance | path

Searched refs:fnv_64_buf (Results 1 – 2 of 2) sorted by last modified time

/PHP-5.5/ext/hash/
H A Dphp_hash_fnv.h68 static php_hash_uint64 fnv_64_buf(void *buf, size_t len, php_hash_uint64 hval, int alternate);
H A Dhash_fnv.c114 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

Completed in 10 milliseconds