Searched refs:CryptoSetPassword (Results 1 – 8 of 8) sorted by relevance
/external/lzma/CPP/7zip/Crypto/ |
D | 7zAes.h | 77 STDMETHOD(CryptoSetPassword)(const Byte *data, UInt32 size);
|
D | 7zAes.cpp | 249 STDMETHODIMP CBaseCoder::CryptoSetPassword(const Byte *data, UInt32 size) in CryptoSetPassword() function in NCrypto::N7z::CBaseCoder
|
/external/lzma/CPP/7zip/Common/ |
D | FilterCoder.cpp | 385 STDMETHODIMP CFilterCoder::CryptoSetPassword(const Byte *data, UInt32 size) in CryptoSetPassword() function in CFilterCoder 386 { return _SetPassword->CryptoSetPassword(data, size); } in CryptoSetPassword()
|
D | FilterCoder.h | 215 STDMETHOD(CryptoSetPassword)(const Byte *data, UInt32 size);
|
/external/lzma/CPP/7zip/ |
D | ICoder.h | 342 STDMETHOD(CryptoSetPassword)(const Byte *data, UInt32 size) PURE;
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zDecode.cpp | 433 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, (UInt32)buffer.Size())); in Decode()
|
D | 7zEncode.cpp | 225 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, (UInt32)sizeInBytes)); in CreateMixerCoder()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 912 RINOK(sp->CryptoSetPassword(_psw, sizeof(_psw))); in Init() 1089 RINOK(sp->CryptoSetPassword(_psw, sizeof(_psw))); in Decode()
|