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

/external/lzma/CPP/7zip/Crypto/
H A D7zAes.h77 STDMETHOD(CryptoSetPassword)(const Byte *data, UInt32 size);
H A D7zAes.cpp249 STDMETHODIMP CBaseCoder::CryptoSetPassword(const Byte *data, UInt32 size) function in class:NCrypto::N7z::CBaseCoder
/external/lzma/CPP/7zip/Common/
H A DFilterCoder.cpp385 STDMETHODIMP CFilterCoder::CryptoSetPassword(const Byte *data, UInt32 size) function in class:CFilterCoder
386 { return _SetPassword->CryptoSetPassword(data, size); }
H A DFilterCoder.h206 STDMETHOD(CryptoSetPassword)(const Byte *data, UInt32 size);
/external/lzma/CPP/7zip/
H A DICoder.h314 STDMETHOD(CryptoSetPassword)(const Byte *data, UInt32 size) PURE;
/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp413 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, (UInt32)buffer.Size()));
H A D7zEncode.cpp216 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, (UInt32)sizeInBytes));
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp915 RINOK(sp->CryptoSetPassword(_psw, sizeof(_psw)));
1092 RINOK(sp->CryptoSetPassword(_psw, sizeof(_psw)));

Completed in 161 milliseconds