Home
last modified time | relevance | path

Searched refs:ExportKeyingMaterial (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel.h148 bool ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function
154 return (dtls_.get()) ? dtls_->ExportKeyingMaterial(label, context, in ExportKeyingMaterial()
Dtransportchannel.h135 virtual bool ExportKeyingMaterial(const std::string& label,
Dp2ptransportchannel.h143 bool ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function
Dfaketransportcontroller.h272 bool ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function
/external/webrtc/webrtc/base/
Dsslstreamadapter.cc61 bool SSLStreamAdapter::ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function in rtc::SSLStreamAdapter
Dsslstreamadapter_unittest.cc491 bool ExportKeyingMaterial(const char *label, in ExportKeyingMaterial() function in SSLStreamAdapterTestBase
499 return client_ssl_->ExportKeyingMaterial(label, in ExportKeyingMaterial()
504 return server_ssl_->ExportKeyingMaterial(label, in ExportKeyingMaterial()
988 result = ExportKeyingMaterial(kExporterLabel, in TEST_P()
994 result = ExportKeyingMaterial(kExporterLabel, in TEST_P()
Dsslstreamadapter.h176 virtual bool ExportKeyingMaterial(const std::string& label,
Dopensslstreamadapter.h96 bool ExportKeyingMaterial(const std::string& label,
Dopensslstreamadapter.cc391 bool OpenSSLStreamAdapter::ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function in rtc::OpenSSLStreamAdapter
/external/webrtc/talk/session/media/
Dchannel.cc896 if (!channel->ExportKeyingMaterial( in SetupDtlsSrtp()
/external/boringssl/src/ssl/test/runner/
Dconn.go1901 func (c *Conn) ExportKeyingMaterial(length int, label, context []byte, useContext bool) ([]byte, er… func
Drunner.go903 …expected, err := tlsConn.ExportKeyingMaterial(test.exportKeyingMaterial, []byte(test.exportLabel),…