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