Searched refs:MAX32 (Results 1 – 2 of 2) sorted by relevance
140 static const php_hash_uint32 MAX32 = 0xffffffffLU; variable144 if ((MAX32 - context->count[1]) < (len * 8)) { in PHP_SNEFRUUpdate()146 context->count[1] = MAX32 - context->count[1]; in PHP_SNEFRUUpdate()
248 static const php_hash_uint32 MAX32 = 0xffffffffLU; variable252 if ((MAX32 - context->count[0]) < (len * 8)) { in PHP_GOSTUpdate()254 context->count[0] = MAX32 - context->count[0]; in PHP_GOSTUpdate()
Completed in 6 milliseconds