OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cryptoSetPassword
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Archive/7z/
7zDecode.cpp
266
CMyComPtr<ICryptoSetPassword>
cryptoSetPassword
;
267
decoder.QueryInterface(IID_ICryptoSetPassword, &
cryptoSetPassword
);
268
if (
cryptoSetPassword
)
286
RINOK(
cryptoSetPassword
->
CryptoSetPassword
((const Byte *)buffer, (UInt32)buffer.Size()));
7zEncode.cpp
117
CMyComPtr<ICryptoSetPassword>
cryptoSetPassword
;
118
encoderCommon.QueryInterface(IID_ICryptoSetPassword, &
cryptoSetPassword
);
120
if (
cryptoSetPassword
)
130
RINOK(
cryptoSetPassword
->
CryptoSetPassword
((const Byte *)buffer, sizeInBytes));
Completed in 639 milliseconds