Searched refs:WHIRLPOOL_BBLOCK (Results 1 – 5 of 5) sorted by relevance
116 if (bitoff == 0 && (n = bits / WHIRLPOOL_BBLOCK)) { in WHIRLPOOL_BitUpdate()118 inp += n * WHIRLPOOL_BBLOCK / 8; in WHIRLPOOL_BitUpdate()119 bits %= WHIRLPOOL_BBLOCK; in WHIRLPOOL_BitUpdate()123 bitrem = WHIRLPOOL_BBLOCK - bitoff; /* re-use bitrem */ in WHIRLPOOL_BitUpdate()167 if (bitoff == WHIRLPOOL_BBLOCK) { in WHIRLPOOL_BitUpdate()185 if (bitoff >= WHIRLPOOL_BBLOCK) { in WHIRLPOOL_BitUpdate()188 bitoff %= WHIRLPOOL_BBLOCK; in WHIRLPOOL_BitUpdate()200 if (bitoff == WHIRLPOOL_BBLOCK) { in WHIRLPOOL_BitUpdate()203 bitoff %= WHIRLPOOL_BBLOCK; in WHIRLPOOL_BitUpdate()228 if (byteoff > (WHIRLPOOL_BBLOCK / 8 - WHIRLPOOL_COUNTER)) { in WHIRLPOOL_Final()[all …]
23 # define WHIRLPOOL_BBLOCK 512 macro32 unsigned char data[WHIRLPOOL_BBLOCK / 8];
32 # define WHIRLPOOL_BBLOCK 512 macro41 unsigned char data[WHIRLPOOL_BBLOCK / 8];
23 WHIRLPOOL_BBLOCK / 8, WHIRLPOOL_DIGEST_LENGTH, 0,
29 WHIRLPOOL_BBLOCK / 8),