Searched refs:resLength (Results 1 – 2 of 2) sorted by relevance
243 int resLength = (res.length + 4) / 4; in createEapAkaChallengeResponse() local244 message[index++] = (byte) (resLength & 0xff); in createEapAkaChallengeResponse()
987 int resLength = Short.toUnsignedInt(byteBuffer.getShort()); in AtRes() local988 if (resLength % BITS_PER_BYTE != 0) { in AtRes()991 int resLengthBytes = resLength / BITS_PER_BYTE; in AtRes()