Home
last modified time | relevance | path

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

/third_party/openssl/crypto/whrlpool/
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()
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 …]
/third_party/openssl/ohos_lite/include/openssl/
Dwhrlpool.h23 # define WHIRLPOOL_BBLOCK 512 macro
32 unsigned char data[WHIRLPOOL_BBLOCK / 8];
/third_party/openssl/include/openssl/
Dwhrlpool.h32 # define WHIRLPOOL_BBLOCK 512 macro
41 unsigned char data[WHIRLPOOL_BBLOCK / 8];
/third_party/openssl/providers/implementations/digests/
Dwp_prov.c23 WHIRLPOOL_BBLOCK / 8, WHIRLPOOL_DIGEST_LENGTH, 0,
/third_party/openssl/crypto/evp/
Dlegacy_wp.c29 WHIRLPOOL_BBLOCK / 8),