Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp266 CMyComPtr<ICryptoSetPassword> cryptoSetPassword; in Decode() local
267 decoder.QueryInterface(IID_ICryptoSetPassword, &cryptoSetPassword); in Decode()
268 if (cryptoSetPassword) in Decode()
286 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, (UInt32)buffer.Size())); in Decode()
D7zEncode.cpp117 CMyComPtr<ICryptoSetPassword> cryptoSetPassword; in CreateMixerCoder() local
118 encoderCommon.QueryInterface(IID_ICryptoSetPassword, &cryptoSetPassword); in CreateMixerCoder()
120 if (cryptoSetPassword) in CreateMixerCoder()
130 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, sizeInBytes)); in CreateMixerCoder()