Home
last modified time | relevance | path

Searched refs:RESERVED_BYTES (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttribute.java291 private static final int RESERVED_BYTES = 2; field in EapSimAkaAttribute.AtNonceMt
305 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.AtIdReq
340 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.AtRandSim
470 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 …]
DEapSimAkaTypeData.java42 private static final int RESERVED_BYTES = 2; // RFC 4186#8.1, RFC 4187#8.1 field in EapSimAkaTypeData
72 output.put(new byte[RESERVED_BYTES]); in encode()
121 byteBuffer.get(new byte[RESERVED_BYTES]); in decode()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/mschapv2/
DEapMsChapV2TypeData.java153 public static final int RESERVED_BYTES = 8; field in EapMsChapV2TypeData.EapMsChapV2ChallengeResponse
192 buffer.put(new byte[RESERVED_BYTES]); in encode()