OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:crypto_suite
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
dtlstransportchannel_unittest.cc
220
int
crypto_suite
;
local
222
bool rv = (*it)->GetSrtpCryptoSuite(&
crypto_suite
);
226
ASSERT_EQ(
crypto_suite
, expected_crypto_suite);
[
all
...]
/external/webrtc/talk/app/webrtc/
webrtcsdp.cc
2827
const std::string&
crypto_suite
= fields[1];
local
[
all
...]
Completed in 40 milliseconds