Searched refs:srtp_auth_key (Results 1 – 4 of 4) sorted by relevance
83 if (packet_time_params.srtp_auth_key.empty()) { in UpdateRtpAuthTag()108 rtc::ComputeHmac(rtc::DIGEST_SHA_1, &packet_time_params.srtp_auth_key[0], in UpdateRtpAuthTag()109 packet_time_params.srtp_auth_key.size(), rtp, in UpdateRtpAuthTag()518 packet_time_params.srtp_auth_key.empty()) { in ApplyPacketOptions()
308 packet_time_params.srtp_auth_key.assign(kTestKey, in TEST()365 packet_time_params.srtp_auth_key.assign(kTestKey, in TEST()
35 std::vector<char> srtp_auth_key; // Authentication key. member
156 updated_options.packet_time_params.srtp_auth_key.resize(key_len); in SendRtpPacket()157 updated_options.packet_time_params.srtp_auth_key.assign( in SendRtpPacket()