Searched refs:cryptoSetPassword (Results 1 – 2 of 2) sorted by relevance
389 CMyComPtr<ICryptoSetPassword> cryptoSetPassword; in Decode() local390 decoder->QueryInterface(IID_ICryptoSetPassword, (void **)&cryptoSetPassword); in Decode()391 if (cryptoSetPassword) in Decode()413 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, (UInt32)buffer.Size())); in Decode()
203 CMyComPtr<ICryptoSetPassword> cryptoSetPassword; in CreateMixerCoder() local204 encoderCommon.QueryInterface(IID_ICryptoSetPassword, &cryptoSetPassword); in CreateMixerCoder()206 if (cryptoSetPassword) in CreateMixerCoder()216 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, (UInt32)sizeInBytes)); in CreateMixerCoder()