Home
last modified time | relevance | path

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

/openssl-master/crypto/whrlpool/
A Dwp_dgst.c116 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()
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()
229 if (byteoff < WHIRLPOOL_BBLOCK / 8) in WHIRLPOOL_Final()
[all …]
/openssl-master/include/openssl/
A Dwhrlpool.h32 # define WHIRLPOOL_BBLOCK 512 macro
41 unsigned char data[WHIRLPOOL_BBLOCK / 8];
/openssl-master/providers/implementations/digests/
A Dwp_prov.c23 WHIRLPOOL_BBLOCK / 8, WHIRLPOOL_DIGEST_LENGTH, 0,
/openssl-master/crypto/evp/
A Dlegacy_wp.c29 WHIRLPOOL_BBLOCK / 8),

Completed in 5 milliseconds