Searched refs:RESERVED_BYTES (Results 1 – 2 of 2) sorted by relevance
46 private static final byte[] RESERVED_BYTES = {(byte) 0x0A, (byte) 0x0B}; field in AtMacTest114 AtMac original = new AtMac(RESERVED_BYTES, MAC_BYTES); in testGetAtMacWithMacCleared()117 assertArrayEquals(RESERVED_BYTES, clearedMac.reservedBytes); in testGetAtMacWithMacCleared()
153 public static final int RESERVED_BYTES = 8; field in EapMsChapV2TypeData.EapMsChapV2ChallengeResponse192 buffer.put(new byte[RESERVED_BYTES]); in encode()