OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dtls
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescriptionfactory_unittest.cc
75
// If |
dtls
| is true, the test verifies that the finger print is not changed.
76
void TestIceRestart(bool
dtls
) {
77
if (
dtls
) {
100
VerifyUfragAndPasswordChanged(
dtls
, offer.get(), restart_offer.get());
108
VerifyUfragAndPasswordChanged(
dtls
, answer.get(), restart_answer.get());
111
void VerifyUfragAndPasswordChanged(bool
dtls
,
120
// If
DTLS
is enabled, make sure the finger print is unchanged.
121
if (
dtls
) {
160
// Test generating a hybrid offer with
DTLS
.
178
// Test generating a hybrid offer with
DTLS
fails with no identity
[
all
...]
dtlstransportchannel.cc
147
LOG_J(LS_ERROR, this) << "Error re-initializing
DTLS
";
163
LOG_J(LS_ERROR, this) << "Can't set
DTLS
local identity in this state";
171
LOG_J(LS_INFO, this) << "NULL
DTLS
identity supplied. Not doing
DTLS
";
220
LOG_J(LS_ERROR, this) << "Can't set
DTLS
remote settings in this state.";
225
LOG_J(LS_INFO, this) << "Other side didn't support
DTLS
.";
230
// At this point we know we are doing
DTLS
257
LOG_J(LS_ERROR, this) << "Failed to create
DTLS
adapter.";
272
LOG_J(LS_ERROR, this) << "Couldn't set
DTLS
certificate digest.";
276
// Set up
DTLS
-SRTP, if it's been enabled
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc
237
DEFINE_string(
dtls
, "disable",
238
"Select
DTLS
transport encryption: disable, enable, require.");
281
std::string
dtls
= FLAG_dtls;
local
428
if (!GetSecurePolicy(
dtls
, &dtls_policy)) {
429
Print("Invalid
DTLS
policy. Must be enable, disable, or require.\n");
435
Print("Failed to generate identity for
DTLS
.\n");
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc
830
// b) we got SRTP packets before
DTLS
completed on both the RTP and RTCP
831
// channels, so we haven't yet extracted keys, even if
DTLS
did complete
939
// If we're doing
DTLS
-SRTP, now is the time.
942
LOG(LS_ERROR) << "Couldn't finish
DTLS
-SRTP on RTP channel";
951
LOG(LS_ERROR) << "Couldn't finish
DTLS
-SRTP on RTCP channel";
981
// This function returns true if either
DTLS
-SRTP is not in use
982
// *or*
DTLS
-SRTP is successfully set up.
989
// No
DTLS
996
LOG(LS_ERROR) << "No
DTLS
-SRTP selected cipher";
1000
LOG(LS_INFO) << "Installing keys from
DTLS
-SRTP on
1109
bool
dtls
= false;
local
[
all
...]
channel.h
104
//
DTLS
-based keying. If you turned off SRTP later, however
298
// Do the
DTLS
key expansion and impose it on the SRTP/SRTCP filters.
301
// Set the
DTLS
-SRTP cipher policy on this channel as appropriate.
322
bool CheckSrtpConfig(const std::vector<CryptoParams>& cryptos, bool*
dtls
);
/external/chromium_org/third_party/libjingle/source/talk/base/
sslstreamadapter_unittest.cc
177
bool
dtls
) :
187
damage_(false), dtls_(
dtls
),
738
// Basic tests:
DTLS
794
// Test
DTLS
-SRTP with all high ciphers
812
// Test
DTLS
-SRTP with all low ciphers
831
// Test
DTLS
-SRTP with a mismatch -- should not converge
848
// Test
DTLS
-SRTP with each side being mixed -- should select high
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession_unittest.cc
420
void VerifyNoCryptoParams(const cricket::SessionDescription* sdp, bool
dtls
) {
437
if (
dtls
) {
450
// Set the internal fake description factories to do
DTLS
-SRTP.
[
all
...]
Completed in 299 milliseconds