Searched refs:g_keys (Results 1 – 1 of 1) sorted by relevance
56 static std::map<std::string, std::shared_ptr<RSA>>& g_keys = variable148 bool already_loaded = (g_keys.find(fingerprint) != g_keys.end()); in load_key()150 g_keys[fingerprint] = std::move(key); in load_key()248 for (const auto& it : g_keys) { in adb_auth_get_private_keys()541 auto rsa_priv_key = g_keys.find(*encoded_key); in adb_tls_set_certificate()542 if (rsa_priv_key != g_keys.end()) { in adb_tls_set_certificate()