Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.cpp223 CMyComPtr<ICryptoSetPassword> cryptoSetPassword; in CreateMixerCoder() local
224 encoderCommon.QueryInterface(IID_ICryptoSetPassword, &cryptoSetPassword); in CreateMixerCoder()
226 if (cryptoSetPassword) in CreateMixerCoder()
236 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, (UInt32)sizeInBytes)) in CreateMixerCoder()
H A D7zDecode.cpp428 cryptoSetPassword, decoder)
429 if (cryptoSetPassword)
451 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, (UInt32)buffer.Size()))

Completed in 2 milliseconds