webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Protected Member Functions | Protected Attributes | List of all members
SrtpSessionTest Class Reference
Inheritance diagram for SrtpSessionTest:
testing::Test

Protected Member Functions

virtual void SetUp ()
 
void TestProtectRtp (const std::string &cs)
 
void TestProtectRtcp (const std::string &cs)
 
void TestUnprotectRtp (const std::string &cs)
 
void TestUnprotectRtcp (const std::string &cs)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void TearDown ()
 

Protected Attributes

cricket::SrtpSession s1_
 
cricket::SrtpSession s2_
 
char rtp_packet_ [sizeof(kPcmuFrame)+10]
 
char rtcp_packet_ [sizeof(kRtcpReport)+4+10]
 
int rtp_len_
 
int rtcp_len_
 

Member Function Documentation

◆ SetUp()

virtual void SrtpSessionTest::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

◆ TestProtectRtcp()

void SrtpSessionTest::TestProtectRtcp ( const std::string cs)
inlineprotected

◆ TestProtectRtp()

void SrtpSessionTest::TestProtectRtp ( const std::string cs)
inlineprotected

◆ TestUnprotectRtcp()

void SrtpSessionTest::TestUnprotectRtcp ( const std::string cs)
inlineprotected

◆ TestUnprotectRtp()

void SrtpSessionTest::TestUnprotectRtp ( const std::string cs)
inlineprotected

Member Data Documentation

◆ rtcp_len_

int SrtpSessionTest::rtcp_len_
protected

◆ rtcp_packet_

char SrtpSessionTest::rtcp_packet_[sizeof(kRtcpReport)+4+10]
protected

◆ rtp_len_

int SrtpSessionTest::rtp_len_
protected

◆ rtp_packet_

char SrtpSessionTest::rtp_packet_[sizeof(kPcmuFrame)+10]
protected

◆ s1_

cricket::SrtpSession SrtpSessionTest::s1_
protected

◆ s2_

cricket::SrtpSession SrtpSessionTest::s2_
protected

The documentation for this class was generated from the following file: