Home
last modified time | relevance | path

Searched defs:ExportKeyingMaterial (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
Dsslstreamadapter.h147 virtual bool ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function
Dopensslstreamadapter.cc241 bool OpenSSLStreamAdapter::ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function in talk_base::OpenSSLStreamAdapter
Dnssstreamadapter.cc886 bool NSSStreamAdapter::ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function in talk_base::NSSStreamAdapter
Dsslstreamadapter_unittest.cc416 bool ExportKeyingMaterial(const char *label, in ExportKeyingMaterial() function in SSLStreamAdapterTestBase
/external/chromium_org/third_party/webrtc/base/
Dsslstreamadapter.h130 virtual bool ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function
Dopensslstreamadapter.cc224 bool OpenSSLStreamAdapter::ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function in rtc::OpenSSLStreamAdapter
Dnssstreamadapter.cc868 bool NSSStreamAdapter::ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function in rtc::NSSStreamAdapter
Dsslstreamadapter_unittest.cc398 bool ExportKeyingMaterial(const char *label, in ExportKeyingMaterial() function in SSLStreamAdapterTestBase
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransportchannelproxy.cc200 bool TransportChannelProxy::ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function in cricket::TransportChannelProxy
Ddtlstransportchannel.h179 virtual bool ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function
Dp2ptransportchannel.h143 virtual bool ExportKeyingMaterial( in ExportKeyingMaterial() function
Drawtransportchannel.h145 virtual bool ExportKeyingMaterial( in ExportKeyingMaterial() function
Dfakesession.h268 virtual bool ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function
/external/chromium_org/net/socket/
Dssl_server_socket_openssl.cc100 int SSLServerSocketOpenSSL::ExportKeyingMaterial( in ExportKeyingMaterial() function in net::SSLServerSocketOpenSSL
Dssl_server_socket_unittest.cc543 TEST_F(SSLServerSocketTest, ExportKeyingMaterial) { in TEST_F() argument
Dssl_server_socket_nss.cc158 int SSLServerSocketNSS::ExportKeyingMaterial(const base::StringPiece& label, in ExportKeyingMaterial() function in net::SSLServerSocketNSS
Dssl_client_socket_openssl.cc388 int SSLClientSocketOpenSSL::ExportKeyingMaterial( in ExportKeyingMaterial() function in net::SSLClientSocketOpenSSL
Dssl_client_socket_nss.cc2897 int SSLClientSocketNSS::ExportKeyingMaterial(const base::StringPiece& label, in ExportKeyingMaterial() function in net::SSLClientSocketNSS
Dsocket_test_util.cc765 int MockClientSocket::ExportKeyingMaterial(const base::StringPiece& label, in ExportKeyingMaterial() function in net::MockClientSocket
Dssl_client_socket_unittest.cc2095 TEST_F(SSLClientSocketTest, ExportKeyingMaterial) { in TEST_F() argument