Home
last modified time | relevance | path

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

/system/core/adb/pairing_connection/
Dpairing_connection.cpp192 std::vector<uint8_t> exportedKeyMaterial = tls_->ExportKeyingMaterial(kExportedKeySize); in SetupTlsConnection() local
193 if (exportedKeyMaterial.empty()) { in SetupTlsConnection()
197 pswd_.insert(pswd_.end(), std::make_move_iterator(exportedKeyMaterial.begin()), in SetupTlsConnection()
198 std::make_move_iterator(exportedKeyMaterial.end())); in SetupTlsConnection()