Searched refs:ExportKeyingMaterial (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | dtlstransportchannel.h | 148 bool ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function 154 return (dtls_.get()) ? dtls_->ExportKeyingMaterial(label, context, in ExportKeyingMaterial()
|
D | transportchannel.h | 135 virtual bool ExportKeyingMaterial(const std::string& label,
|
D | p2ptransportchannel.h | 143 bool ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function
|
D | faketransportcontroller.h | 272 bool ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function
|
/external/webrtc/webrtc/base/ |
D | sslstreamadapter.cc | 61 bool SSLStreamAdapter::ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function in rtc::SSLStreamAdapter
|
D | sslstreamadapter_unittest.cc | 491 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()
|
D | sslstreamadapter.h | 176 virtual bool ExportKeyingMaterial(const std::string& label,
|
D | opensslstreamadapter.h | 96 bool ExportKeyingMaterial(const std::string& label,
|
D | opensslstreamadapter.cc | 391 bool OpenSSLStreamAdapter::ExportKeyingMaterial(const std::string& label, in ExportKeyingMaterial() function in rtc::OpenSSLStreamAdapter
|
/external/webrtc/talk/session/media/ |
D | channel.cc | 896 if (!channel->ExportKeyingMaterial( in SetupDtlsSrtp()
|
/external/boringssl/src/ssl/test/runner/ |
D | conn.go | 1901 func (c *Conn) ExportKeyingMaterial(length int, label, context []byte, useContext bool) ([]byte, er… func
|
D | runner.go | 903 …expected, err := tlsConn.ExportKeyingMaterial(test.exportKeyingMaterial, []byte(test.exportLabel),…
|