Home
last modified time | relevance | path

Searched refs:SRTP_MASTER_KEY_KEY_LEN (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/session/media/
Dchannel.cc892 std::vector<unsigned char> dtls_buffer(SRTP_MASTER_KEY_KEY_LEN * 2 + in SetupDtlsSrtp()
906 std::vector<unsigned char> client_write_key(SRTP_MASTER_KEY_KEY_LEN + in SetupDtlsSrtp()
908 std::vector<unsigned char> server_write_key(SRTP_MASTER_KEY_KEY_LEN + in SetupDtlsSrtp()
912 SRTP_MASTER_KEY_KEY_LEN); in SetupDtlsSrtp()
913 offset += SRTP_MASTER_KEY_KEY_LEN; in SetupDtlsSrtp()
915 SRTP_MASTER_KEY_KEY_LEN); in SetupDtlsSrtp()
916 offset += SRTP_MASTER_KEY_KEY_LEN; in SetupDtlsSrtp()
917 memcpy(&client_write_key[SRTP_MASTER_KEY_KEY_LEN], in SetupDtlsSrtp()
920 memcpy(&server_write_key[SRTP_MASTER_KEY_KEY_LEN], in SetupDtlsSrtp()
Dsrtpfilter.h55 extern const int SRTP_MASTER_KEY_KEY_LEN;
Dsrtpfilter.cc77 const int SRTP_MASTER_KEY_KEY_LEN = 16; variable