Searched refs:cryptoSetPassword (Results 1 – 2 of 2) sorted by relevance
409 CMyComPtr<ICryptoSetPassword> cryptoSetPassword; in Decode() local410 decoder->QueryInterface(IID_ICryptoSetPassword, (void **)&cryptoSetPassword); in Decode()411 if (cryptoSetPassword) in Decode()433 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, (UInt32)buffer.Size())); in Decode()
212 CMyComPtr<ICryptoSetPassword> cryptoSetPassword; in CreateMixerCoder() local213 encoderCommon.QueryInterface(IID_ICryptoSetPassword, &cryptoSetPassword); in CreateMixerCoder()215 if (cryptoSetPassword) in CreateMixerCoder()225 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, (UInt32)sizeInBytes)); in CreateMixerCoder()