OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNPROTECT
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter_unittest.cc
609
// Test that we fail to
unprotect
if someone tampers with the RTP/RTCP paylaods.
622
// Test that we fail to
unprotect
if the payloads are not authenticated.
[
all
...]
srtpfilter.h
79
UNPROTECT
srtpfilter.cc
524
LOG(LS_WARNING) << "Failed to
unprotect
SRTP packet: no SRTP Session";
535
LOG(LS_WARNING) << "Failed to
unprotect
SRTP packet, err=" << err;
543
LOG(LS_WARNING) << "Failed to
unprotect
SRTCP packet: no SRTP Session";
551
LOG(LS_WARNING) << "Failed to
unprotect
SRTCP packet, err=" << err;
751
key.mode = SrtpFilter::
UNPROTECT
;
channel.cc
796
//
Unprotect
the packet, if needed.
808
LOG(LS_ERROR) << "Failed to
unprotect
" << content_name_
818
LOG(LS_ERROR) << "Failed to
unprotect
" << content_name_
[
all
...]
Completed in 151 milliseconds