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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/whrlpool/
H A Dwhrlpool.h12 # define WHIRLPOOL_BBLOCK 512 macro
21 unsigned char data[WHIRLPOOL_BBLOCK / 8];
H A Dwp_dgst.c109 if (bitoff == 0 && (n = bits / WHIRLPOOL_BBLOCK)) {
111 inp += n * WHIRLPOOL_BBLOCK / 8;
112 bits %= WHIRLPOOL_BBLOCK;
116 bitrem = WHIRLPOOL_BBLOCK - bitoff; /* re-use bitrem */
160 if (bitoff == WHIRLPOOL_BBLOCK) {
178 if (bitoff >= WHIRLPOOL_BBLOCK) {
181 bitoff %= WHIRLPOOL_BBLOCK;
193 if (bitoff == WHIRLPOOL_BBLOCK) {
196 bitoff %= WHIRLPOOL_BBLOCK;
221 if (byteoff > (WHIRLPOOL_BBLOCK /
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/whrlpool/
H A Dwhrlpool.h12 # define WHIRLPOOL_BBLOCK 512 macro
21 unsigned char data[WHIRLPOOL_BBLOCK / 8];
H A Dwp_dgst.c109 if (bitoff == 0 && (n = bits / WHIRLPOOL_BBLOCK)) {
111 inp += n * WHIRLPOOL_BBLOCK / 8;
112 bits %= WHIRLPOOL_BBLOCK;
116 bitrem = WHIRLPOOL_BBLOCK - bitoff; /* re-use bitrem */
160 if (bitoff == WHIRLPOOL_BBLOCK) {
178 if (bitoff >= WHIRLPOOL_BBLOCK) {
181 bitoff %= WHIRLPOOL_BBLOCK;
193 if (bitoff == WHIRLPOOL_BBLOCK) {
196 bitoff %= WHIRLPOOL_BBLOCK;
221 if (byteoff > (WHIRLPOOL_BBLOCK /
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dm_wp.c40 WHIRLPOOL_BBLOCK / 8,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dm_wp.c40 WHIRLPOOL_BBLOCK / 8,

Completed in 115 milliseconds