Home
last modified time | relevance | path

Searched refs:WHIRLPOOL_BBLOCK (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/whrlpool/
H 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()
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 / in WHIRLPOOL_Final()
[all...]
/third_party/openssl/crypto/whrlpool/
H 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()
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 / in WHIRLPOOL_Final()
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Dwhrlpool.h23 # define WHIRLPOOL_BBLOCK 512 macro
32 unsigned char data[WHIRLPOOL_BBLOCK / 8];
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dwhrlpool.h32 # define WHIRLPOOL_BBLOCK 512 macro
41 unsigned char data[WHIRLPOOL_BBLOCK / 8];
/third_party/openssl/include/openssl/
H A Dwhrlpool.h32 # define WHIRLPOOL_BBLOCK 512 macro
41 unsigned char data[WHIRLPOOL_BBLOCK / 8];
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dlegacy_wp.c29 WHIRLPOOL_BBLOCK / 8),
/third_party/openssl/crypto/evp/
H A Dlegacy_wp.c29 WHIRLPOOL_BBLOCK / 8),

Completed in 2 milliseconds