Home | History | Annotate | Download | only in Crypto

Lines Matching full:uint32

28   for (UInt32 i = 0; i < SaltSize; i++)

38 UInt32 pos;
41 for (UInt32 i = 0; i < Password.Size() && pos < kKeySize; i++)
139 for (UInt32 i = _ivSize; i < sizeof(_iv); i++)
142 UInt32 ivSize = _ivSize;
176 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *data, UInt32 size)
179 UInt32 i;
184 UInt32 pos = 0;
191 UInt32 ivSize = (firstByte >> 6) & 1;
209 STDMETHODIMP CBaseCoder::CryptoSetPassword(const Byte *data, UInt32 size)
229 STDMETHODIMP_(UInt32) CBaseCoder::Filter(Byte *data, UInt32 size)