Searched refs:FakeFrameEncryptor (Results 1 – 4 of 4) sorted by relevance
16 FakeFrameEncryptor::FakeFrameEncryptor(uint8_t fake_key, uint8_t postfix_byte) in FakeFrameEncryptor() function in webrtc::FakeFrameEncryptor20 int FakeFrameEncryptor::Encrypt(cricket::MediaType media_type, in Encrypt()40 size_t FakeFrameEncryptor::GetMaxCiphertextByteSize( in GetMaxCiphertextByteSize()46 void FakeFrameEncryptor::SetFakeKey(uint8_t fake_key) { in SetFakeKey()50 uint8_t FakeFrameEncryptor::GetFakeKey() const { in GetFakeKey()54 void FakeFrameEncryptor::SetPostfixByte(uint8_t postfix_byte) { in SetPostfixByte()58 uint8_t FakeFrameEncryptor::GetPostfixByte() const { in GetPostfixByte()62 void FakeFrameEncryptor::SetFailEncryption(bool fail_encryption) { in SetFailEncryption()
28 class FakeFrameEncryptor32 explicit FakeFrameEncryptor(uint8_t fake_key = 0xAA,
44 send_config->frame_encryptor = new FakeFrameEncryptor(); in ModifyVideoConfigs()
1766 new FakeFrameEncryptor()); in TEST_F()1778 new FakeFrameEncryptor()); in TEST_F()1813 new FakeFrameEncryptor()); in TEST_F()1825 new FakeFrameEncryptor()); in TEST_F()