Searched refs:MAX_INPUT_BYTES (Results 1 – 1 of 1) sorted by relevance
551 const int MAX_INPUT_BYTES = 2048; in response() local552 std::vector<uint8_t> pBuff(MAX_INPUT_BYTES + 2); in response()555 bPassword, pBuff.data(), MAX_INPUT_BYTES); in response()557 if (nLengthBytes < 0 || nLengthBytes > MAX_INPUT_BYTES) in response()