Home
last modified time | relevance | path

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

/system/core/adb/client/
Dauth.cpp281 static bool pubkey_from_privkey(std::string* out, const std::string& path) { in pubkey_from_privkey() function
319 if (!pubkey_from_privkey(&result, path)) { in adb_auth_get_userkey()
331 if (!pubkey_from_privkey(&pubkey, filename)) { in adb_auth_pubkey()