Searched refs:kExportedKeyLabel (Results 1 – 1 of 1) sorted by relevance
36 static constexpr char kExportedKeyLabel[] = "adb-label"; variable185 if (SSL_export_keying_material(ssl_.get(), out.data(), out.size(), kExportedKeyLabel, in ExportKeyingMaterial()186 sizeof(kExportedKeyLabel), nullptr, 0, false) == 0) { in ExportKeyingMaterial()