Home
last modified time | relevance | path

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

/PHP-5.5/ext/hash/
H A Dhash_whirlpool.c283 unsigned char *bitLength = context->bitlength; in PHP_WHIRLPOOLUpdate() local
294 carry += bitLength[i] + ((php_hash_uint32)value & 0xff); in PHP_WHIRLPOOLUpdate()
295 bitLength[i] = (unsigned char)carry; in PHP_WHIRLPOOLUpdate()
381 unsigned char *bitLength = context->bitlength; in PHP_WHIRLPOOLFinal() local
413 memcpy(&buffer[WBLOCKBYTES - LENGTHBYTES], bitLength, LENGTHBYTES); in PHP_WHIRLPOOLFinal()

Completed in 16 milliseconds