Searched refs:MAX_PAYLOAD_V1 (Results 1 – 8 of 8) sorted by relevance
58 char buf[MAX_PAYLOAD_V1]; in read_keys()195 char msg[MAX_PAYLOAD_V1]; in adb_auth_confirm_key()
78 ret = adb_auth_get_userkey(p->data, MAX_PAYLOAD_V1); in send_auth_publickey()
32 if (length > MAX_PAYLOAD_V1 - 4) { in SendProtocolString()
31 constexpr size_t MAX_PAYLOAD_V1 = 4 * 1024; variable
136 if (service.empty() || service.size() > MAX_PAYLOAD_V1) { in _adb_connect()
151 char path[PATH_MAX], info[MAX_PAYLOAD_V1]; in write_public_keyfile()
683 if ((len < 1) || (len > MAX_PAYLOAD_V1)) { in smart_socket_enqueue()
217 if (connection_str.length() > MAX_PAYLOAD_V1) { in send_connect()