Searched refs:addUncounted (Results 1 – 4 of 4) sorted by relevance
93 void SHA1::addUncounted(uint8_t data) { in addUncounted() function in SHA1109 addUncounted(data); in writebyte()121 addUncounted(0x80); in pad()123 addUncounted(0x00); in pad()126 addUncounted(0); // We're only using 32 bit lengths in pad()127 addUncounted(0); // But SHA-1 supports 64 bit lengths in pad()128 addUncounted(0); // So zero pad the top bits in pad()129 addUncounted(InternalState.ByteCount >> 29); // Shifting to multiply by 8 in pad()130 addUncounted(InternalState.ByteCount >> in pad()132 addUncounted(InternalState.ByteCount >> 13); // byte. in pad()[all …]
194 void SHA1::addUncounted(uint8_t Data) { in addUncounted() function in SHA1210 addUncounted(Data); in writebyte()222 addUncounted(0x80); in pad()224 addUncounted(0x00); in pad()227 addUncounted(0); // We're only using 32 bit lengths in pad()228 addUncounted(0); // But SHA-1 supports 64 bit lengths in pad()229 addUncounted(0); // So zero pad the top bits in pad()230 addUncounted(InternalState.ByteCount >> 29); // Shifting to multiply by 8 in pad()231 addUncounted(InternalState.ByteCount >> in pad()233 addUncounted(InternalState.ByteCount >> 13); // byte. in pad()[all …]
76 void addUncounted(uint8_t data);
83 void addUncounted(uint8_t data);