Home
last modified time | relevance | path

Searched refs:RESERVED_BYTES_LEN (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaTypeData.java42 private static final int RESERVED_BYTES_LEN = 2; // RFC 4186#8.1, RFC 4187#8.1 field in EapSimAkaTypeData
55 this(eapSubType, attributeMap, new byte[RESERVED_BYTES_LEN]); in EapSimAkaTypeData()
132 byte[] reservedBytes = new byte[RESERVED_BYTES_LEN]; in decode()
DEapSimAkaAttribute.java162 protected static final int RESERVED_BYTES_LEN = 2; field in EapSimAkaAttribute.EapSimAkaReservedBytesAttribute
164 @VisibleForTesting public final byte[] reservedBytes = new byte[RESERVED_BYTES_LEN];
188 if (reservedBytes.length != RESERVED_BYTES_LEN) { in EapSimAkaReservedBytesAttribute()
196 RESERVED_BYTES_LEN); in EapSimAkaReservedBytesAttribute()
677 this(new byte[RESERVED_BYTES_LEN], mac); in AtMac()