Home
last modified time | relevance | path

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

/system/core/adb/client/
Dauth.cpp56 static bool calculate_public_key(std::string* out, RSA* private_key) { in calculate_public_key() function
296 return calculate_public_key(out, privkey.get()); in pubkey_from_privkey()