Searched refs:RESERVED_BYTES_LEN (Results 1 – 2 of 2) sorted by relevance
42 private static final int RESERVED_BYTES_LEN = 2; // RFC 4186#8.1, RFC 4187#8.1 field in EapSimAkaTypeData55 this(eapSubType, attributeMap, new byte[RESERVED_BYTES_LEN]); in EapSimAkaTypeData()132 byte[] reservedBytes = new byte[RESERVED_BYTES_LEN]; in decode()
162 protected static final int RESERVED_BYTES_LEN = 2; field in EapSimAkaAttribute.EapSimAkaReservedBytesAttribute164 @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()