Searched refs:cryptoSetPassword (Results 1 – 2 of 2) sorted by relevance
266 CMyComPtr<ICryptoSetPassword> cryptoSetPassword; in Decode() local267 decoder.QueryInterface(IID_ICryptoSetPassword, &cryptoSetPassword); in Decode()268 if (cryptoSetPassword) in Decode()286 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, (UInt32)buffer.Size())); in Decode()
117 CMyComPtr<ICryptoSetPassword> cryptoSetPassword; in CreateMixerCoder() local118 encoderCommon.QueryInterface(IID_ICryptoSetPassword, &cryptoSetPassword); in CreateMixerCoder()120 if (cryptoSetPassword) in CreateMixerCoder()130 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, sizeInBytes)); in CreateMixerCoder()