HomeSort by relevance Sort by last modified time
    Searched refs:GetDtlsSrtpCryptoSuite (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/base/
sslstreamadapter.cc 75 bool SSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) {
sslstreamadapter.h 185 virtual bool GetDtlsSrtpCryptoSuite(int* crypto_suite);
sslstreamadapter_unittest.cc 470 bool GetDtlsSrtpCryptoSuite(bool client, int* retval) {
472 return client_ssl_->GetDtlsSrtpCryptoSuite(retval);
474 return server_ssl_->GetDtlsSrtpCryptoSuite(retval);
917 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(true, &client_cipher));
919 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(false, &server_cipher));
935 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(true, &client_cipher));
937 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(false, &server_cipher));
956 ASSERT_FALSE(GetDtlsSrtpCryptoSuite(true, &client_cipher));
958 ASSERT_FALSE(GetDtlsSrtpCryptoSuite(false, &server_cipher));
972 ASSERT_TRUE(GetDtlsSrtpCryptoSuite(true, &client_cipher))
    [all...]
opensslstreamadapter.h 105 bool GetDtlsSrtpCryptoSuite(int* crypto_suite) override;
opensslstreamadapter.cc 451 bool OpenSSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) {
    [all...]
  /external/webrtc/webrtc/p2p/base/
dtlstransportchannel.cc 309 if (!dtls_->GetDtlsSrtpCryptoSuite(&current_srtp_cipher)) {
343 return dtls_->GetDtlsSrtpCryptoSuite(cipher);

Completed in 767 milliseconds