Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Crypto/
D7zAes.h77 STDMETHOD(CryptoSetPassword)(const Byte *data, UInt32 size);
D7zAes.cpp249 STDMETHODIMP CBaseCoder::CryptoSetPassword(const Byte *data, UInt32 size) in CryptoSetPassword() function in NCrypto::N7z::CBaseCoder
/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp385 STDMETHODIMP CFilterCoder::CryptoSetPassword(const Byte *data, UInt32 size) in CryptoSetPassword() function in CFilterCoder
386 { return _SetPassword->CryptoSetPassword(data, size); } in CryptoSetPassword()
DFilterCoder.h215 STDMETHOD(CryptoSetPassword)(const Byte *data, UInt32 size);
/external/lzma/CPP/7zip/
DICoder.h342 STDMETHOD(CryptoSetPassword)(const Byte *data, UInt32 size) PURE;
/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp433 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, (UInt32)buffer.Size())); in Decode()
D7zEncode.cpp225 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, (UInt32)sizeInBytes)); in CreateMixerCoder()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp912 RINOK(sp->CryptoSetPassword(_psw, sizeof(_psw))); in Init()
1089 RINOK(sp->CryptoSetPassword(_psw, sizeof(_psw))); in Decode()