/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/digests/ |
H A D | KeccakDigest.java | 26 protected int bitsInQueue; field in KeccakDigest 46 this.bitsInQueue = source.bitsInQueue; in KeccakDigest() 142 this.bitsInQueue = 0; in initSponge() 149 if ((bitsInQueue % 8) != 0) in absorb() 162 bitsInQueue = 0; in absorb() 226 bitsInQueue += bits; in absorbBits() 246 dataQueue[bitsInQueue >>> 3] |= (byte)(1 << (bitsInQueue & 7)); in padAndSwitchToSqueezingPhase() 254 int full = bitsInQueue >>> 6, partial = bitsInQueue & 63; in padAndSwitchToSqueezingPhase() 273 bitsInQueue = 0; in padAndSwitchToSqueezingPhase() 294 if (bitsInQueue == 0) in squeeze() [all …]
|
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
H A D | KeccakSponge.h | 39 unsigned int bitsInQueue; member
|
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
H A D | KeccakSponge.h | 39 unsigned int bitsInQueue; member
|
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
H A D | KeccakSponge.h | 39 unsigned int bitsInQueue; member
|
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
H A D | KeccakSponge.h | 39 unsigned int bitsInQueue; member
|
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/sha3/ |
H A D | KeccakSponge.c | 33 state->bitsInQueue = 0; in InitSponge() 77 state->bitsInQueue = 0; in AbsorbQueue() 86 if ((state->bitsInQueue % 8) != 0) in Absorb() 174 if (partialBlock+state->bitsInQueue > state->rate) in Absorb() 179 state->bitsInQueue += partialBlock; in Absorb() 181 if (state->bitsInQueue == state->rate) in Absorb() 186 state->bitsInQueue += partialByte; in Absorb() 197 if (state->bitsInQueue + 1 == state->rate) { in PadAndSwitchToSqueezingPhase() 198 state->dataQueue[state->bitsInQueue/8 ] |= 1 << (state->bitsInQueue % 8); in PadAndSwitchToSqueezingPhase() 203 … memset(state->dataQueue + (state->bitsInQueue+7)/8, 0, state->rate/8 - (state->bitsInQueue+7)/8); in PadAndSwitchToSqueezingPhase() [all …]
|
/dports/archivers/peazip/peazip-8.1.0.src/ |
H A D | sha3.pas | 143 bitsInQueue: word; 287 state.bitsInQueue := 0; 322 if partialBlock+state.bitsInQueue > state.rate then begin 323 partialBlock := state.rate - state.bitsInQueue; 328 inc(state.bitsInQueue, partialBlock); 330 if state.bitsInQueue=state.rate then AbsorbQueue(state); 333 inc(state.bitsInQueue, partialByte); 348 if (state.bitsInQueue + 1 = state.rate) then begin 349 i := state.bitsInQueue div 8; 355 i := state.bitsInQueue div 8; [all …]
|