Searched refs:adb_auth_sign (Results 1 – 1 of 1) sorted by relevance
270 static std::string adb_auth_sign(RSA* key, const char* token, size_t token_size) { in adb_auth_sign() function460 std::string result = adb_auth_sign(key.get(), token, token_size); in send_auth_response()