Searched refs:exportedKeyMaterial (Results 1 – 1 of 1) sorted by relevance
192 std::vector<uint8_t> exportedKeyMaterial = tls_->ExportKeyingMaterial(kExportedKeySize); in SetupTlsConnection() local193 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()