Home
last modified time | relevance | path

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

/reactos/sdk/lib/cryptlib/
H A Dsha1.c130 ULONG BufferContentSize; in A_SHAUpdate() local
132 BufferContentSize = Context->Count[1] & 63; in A_SHAUpdate()
138 if (BufferContentSize + BufferSize < 64) in A_SHAUpdate()
148 64 - BufferContentSize); in A_SHAUpdate()
149 Buffer += 64 - BufferContentSize; in A_SHAUpdate()
150 BufferSize -= 64 - BufferContentSize; in A_SHAUpdate()
152 BufferContentSize = 0; in A_SHAUpdate()
178 BufferContentSize = Context->Count[1] & 63; in A_SHAFinal()
179 if (BufferContentSize >= 56) in A_SHAFinal()
180 Pad = 56 + 64 - BufferContentSize; in A_SHAFinal()
[all …]