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

  /external/webrtc/webrtc/base/
sslstreamadapter.cc 61 bool SSLStreamAdapter::ExportKeyingMaterial(const std::string& label,
sslstreamadapter.h 176 virtual bool ExportKeyingMaterial(const std::string& label,
opensslstreamadapter.h 96 bool ExportKeyingMaterial(const std::string& label,
sslstreamadapter_unittest.cc 491 bool ExportKeyingMaterial(const char *label,
499 return client_ssl_->ExportKeyingMaterial(label,
504 return server_ssl_->ExportKeyingMaterial(label,
988 result = ExportKeyingMaterial(kExporterLabel,
994 result = ExportKeyingMaterial(kExporterLabel,
    [all...]
opensslstreamadapter.cc 391 bool OpenSSLStreamAdapter::ExportKeyingMaterial(const std::string& label,
    [all...]
  /external/webrtc/webrtc/p2p/base/
transportchannel.h 135 virtual bool ExportKeyingMaterial(const std::string& label,
dtlstransportchannel.h 148 bool ExportKeyingMaterial(const std::string& label,
154 return (dtls_.get()) ? dtls_->ExportKeyingMaterial(label, context,
p2ptransportchannel.h 143 bool ExportKeyingMaterial(const std::string& label,
faketransportcontroller.h 272 bool ExportKeyingMaterial(const std::string& label,
  /external/boringssl/src/ssl/test/runner/
conn.go     [all...]
runner.go 222 // exportKeyingMaterial, if non-zero, configures the test to exchange
224 exportKeyingMaterial int
377 if test.exportKeyingMaterial > 0 {
378 actual := make([]byte, test.exportKeyingMaterial)
382 expected, err := tlsConn.ExportKeyingMaterial(test.exportKeyingMaterial, []byte(test.exportLabel), []byte(test.exportContext), test.useExportContext)
626 if test.exportKeyingMaterial > 0 {
627 flags = append(flags, "-export-keying-material", strconv.Itoa(test.exportKeyingMaterial))
    [all...]
  /external/webrtc/talk/session/media/
channel.cc 896 if (!channel->ExportKeyingMaterial(
    [all...]

Completed in 311 milliseconds