Searched refs:SRTP_MASTER_KEY_KEY_LEN (Results 1 – 3 of 3) sorted by relevance
892 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()
55 extern const int SRTP_MASTER_KEY_KEY_LEN;
77 const int SRTP_MASTER_KEY_KEY_LEN = 16; variable