Home
last modified time | relevance | path

Searched refs:FakeFrameEncryptor (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/api/test/
Dfake_frame_encryptor.cc16 FakeFrameEncryptor::FakeFrameEncryptor(uint8_t fake_key, uint8_t postfix_byte) in FakeFrameEncryptor() function in webrtc::FakeFrameEncryptor
20 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()
Dfake_frame_encryptor.h28 class FakeFrameEncryptor
32 explicit FakeFrameEncryptor(uint8_t fake_key = 0xAA,
/external/webrtc/video/end_to_end_tests/
Dframe_encryption_tests.cc44 send_config->frame_encryptor = new FakeFrameEncryptor(); in ModifyVideoConfigs()
/external/webrtc/pc/
Drtp_sender_receiver_unittest.cc1766 new FakeFrameEncryptor()); in TEST_F()
1778 new FakeFrameEncryptor()); in TEST_F()
1813 new FakeFrameEncryptor()); in TEST_F()
1825 new FakeFrameEncryptor()); in TEST_F()