Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dauth.cpp54 static std::map<std::string, std::shared_ptr<RSA>>& g_keys = variable
146 bool already_loaded = g_keys.contains(fingerprint); in load_key()
148 g_keys[fingerprint] = std::move(key); in load_key()
246 for (const auto& it : g_keys) { in adb_auth_get_private_keys()
538 auto rsa_priv_key = g_keys.find(*encoded_key); in adb_tls_set_certificate()
539 if (rsa_priv_key != g_keys.end()) { in adb_tls_set_certificate()