Home
last modified time | relevance | path

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

/packages/modules/adb/tls/
Dtls_connection.cpp36 static constexpr char kExportedKeyLabel[] = "adb-label"; variable
185 if (SSL_export_keying_material(ssl_.get(), out.data(), out.size(), kExportedKeyLabel, in ExportKeyingMaterial()
186 sizeof(kExportedKeyLabel), nullptr, 0, false) == 0) { in ExportKeyingMaterial()