Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dhash_snefru.c136 static const uint32_t MAX32 = 0xffffffffLU; variable
140 if ((MAX32 - context->count[1]) < (len * 8)) { in PHP_SNEFRUUpdate()
142 context->count[1] = MAX32 - context->count[1]; in PHP_SNEFRUUpdate()
H A Dhash_gost.c250 static const uint32_t MAX32 = 0xffffffffLU; variable
254 if ((MAX32 - context->count[0]) < (len * 8)) { in PHP_GOSTUpdate()
256 context->count[0] = MAX32 - context->count[0]; in PHP_GOSTUpdate()

Completed in 8 milliseconds