Home
last modified time | relevance | path

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

/PHP-5.4/ext/hash/
H A Dhash_fnv.c79 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, php_hash_uint32 hval, int alternate) in fnv_32_buf() function
H A Dphp_hash_fnv.h67 static php_hash_uint32 fnv_32_buf(void *buf, size_t len, php_hash_uint32 hval, int alternate);

Completed in 6 milliseconds