Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/
H A Dhash_snefru.c138 static const uint32_t MAX32 = 0xffffffffLU; variable
142 if ((MAX32 - context->count[1]) < (len * 8)) { in PHP_SNEFRUUpdate()
144 context->count[1] = MAX32 - context->count[1]; in PHP_SNEFRUUpdate()
H A Dhash_gost.c252 static const uint32_t MAX32 = 0xffffffffLU; variable
256 if ((MAX32 - context->count[0]) < (len * 8)) { in PHP_GOSTUpdate()
258 context->count[0] = MAX32 - context->count[0]; in PHP_GOSTUpdate()

Completed in 67 milliseconds