Home
last modified time | relevance | path

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

/system/core/adb/client/
Dauth.cpp52 static std::map<std::string, std::shared_ptr<RSA>>& g_keys = variable
161 if (g_keys.find(fingerprint) != g_keys.end()) { in load_key()
164 g_keys[fingerprint] = std::move(key); in load_key()
258 for (const auto& it : g_keys) { in adb_auth_get_private_keys()