Searched refs:RESERVED_BYTES (Results 1 – 3 of 3) sorted by relevance
291 private static final int RESERVED_BYTES = 2; field in EapSimAkaAttribute.AtNonceMt305 byteBuffer.get(new byte[RESERVED_BYTES]); in AtNonceMt()322 byteBuffer.put(new byte[RESERVED_BYTES]); in encode()329 private static final int RESERVED_BYTES = 2; field in EapSimAkaAttribute.AtIdReq340 byteBuffer.get(new byte[RESERVED_BYTES]); in AtIdReq()351 byteBuffer.put(new byte[RESERVED_BYTES]); in encode()459 private static final int RESERVED_BYTES = 2; field in EapSimAkaAttribute.AtRandSim470 byteBuffer.get(new byte[RESERVED_BYTES]); in AtRandSim()514 byteBuffer.put(new byte[RESERVED_BYTES]); in encode()528 private static final int RESERVED_BYTES = 2; field in EapSimAkaAttribute.AtRandAka[all …]
42 private static final int RESERVED_BYTES = 2; // RFC 4186#8.1, RFC 4187#8.1 field in EapSimAkaTypeData72 output.put(new byte[RESERVED_BYTES]); in encode()121 byteBuffer.get(new byte[RESERVED_BYTES]); in decode()
153 public static final int RESERVED_BYTES = 8; field in EapMsChapV2TypeData.EapMsChapV2ChallengeResponse192 buffer.put(new byte[RESERVED_BYTES]); in encode()