Home
last modified time | relevance | path

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

/PHP-5.5/ext/hash/
H A Dhash_snefru.c140 static const php_hash_uint32 MAX32 = 0xffffffffLU; variable
144 if ((MAX32 - context->count[1]) < (len * 8)) { in PHP_SNEFRUUpdate()
146 context->count[1] = MAX32 - context->count[1]; in PHP_SNEFRUUpdate()
H A Dhash_gost.c248 static const php_hash_uint32 MAX32 = 0xffffffffLU; variable
252 if ((MAX32 - context->count[0]) < (len * 8)) { in PHP_GOSTUpdate()
254 context->count[0] = MAX32 - context->count[0]; in PHP_GOSTUpdate()

Completed in 14 milliseconds