Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/whrlpool/
HDwp_dgst.c112 if (bitoff==0 && (n=bits/WHIRLPOOL_BBLOCK)) in WHIRLPOOL_BitUpdate()
115 inp += n*WHIRLPOOL_BBLOCK/8; in WHIRLPOOL_BitUpdate()
116 bits %= WHIRLPOOL_BBLOCK; in WHIRLPOOL_BitUpdate()
122 bitrem = WHIRLPOOL_BBLOCK - bitoff;/* re-use bitrem */ in WHIRLPOOL_BitUpdate()
170 if (bitoff==WHIRLPOOL_BBLOCK) in WHIRLPOOL_BitUpdate()
189 if (bitoff>=WHIRLPOOL_BBLOCK) in WHIRLPOOL_BitUpdate()
193 bitoff %= WHIRLPOOL_BBLOCK; in WHIRLPOOL_BitUpdate()
203 if (bitoff==WHIRLPOOL_BBLOCK) in WHIRLPOOL_BitUpdate()
207 bitoff %= WHIRLPOOL_BBLOCK; in WHIRLPOOL_BitUpdate()
230 if (byteoff > (WHIRLPOOL_BBLOCK/8-WHIRLPOOL_COUNTER)) in WHIRLPOOL_Final()
[all …]
/dragonfly/crypto/libressl/include/openssl/
HDwhrlpool.h15 #define WHIRLPOOL_BBLOCK 512 macro
24 unsigned char data[WHIRLPOOL_BBLOCK/8];
/dragonfly/crypto/libressl/crypto/evp/
HDm_wp.c44 .block_size = WHIRLPOOL_BBLOCK / 8,