OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRtpAuthParams
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/talk/session/media/
srtpfilter.h
136
bool
GetRtpAuthParams
(uint8_t** key, int* key_len, int* tag_len);
224
bool
GetRtpAuthParams
(uint8_t** key, int* key_len, int* tag_len);
srtpfilter.cc
271
bool SrtpFilter::
GetRtpAuthParams
(uint8_t** key, int* key_len, int* tag_len) {
273
LOG(LS_WARNING) << "Failed to
GetRtpAuthParams
: SRTP not active";
278
return send_session_->
GetRtpAuthParams
(key, key_len, tag_len);
624
bool SrtpSession::
GetRtpAuthParams
(uint8_t** key, int* key_len, int* tag_len) {
srtpfilter_unittest.cc
567
EXPECT_TRUE(f1_.
GetRtpAuthParams
(&auth_key, &auth_key_len, &auth_tag_len));
[
all
...]
channel.cc
619
res = srtp_filter_.
GetRtpAuthParams
(
[
all
...]
Completed in 541 milliseconds