Home
last modified time | relevance | path

Searched defs:reservedBytes (Results 1 – 5 of 5) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapAkaPrimeTypeData.java44 byte[] reservedBytes) { in EapAkaPrimeTypeData()
99 byte[] reservedBytes) { in getInstance()
DEapSimTypeData.java73 byte[] reservedBytes) { in EapSimTypeData()
129 byte[] reservedBytes) { in getInstance()
DEapSimAkaTypeData.java61 byte[] reservedBytes) { in EapSimAkaTypeData()
173 byte[] reservedBytes); in getInstance()
DEapAkaTypeData.java79 byte[] reservedBytes) { in EapAkaTypeData()
141 byte[] reservedBytes) { in getInstance()
DEapSimAkaAttribute.java151 @VisibleForTesting public final byte[] reservedBytes = new byte[RESERVED_BYTES_LEN]; field in EapSimAkaAttribute.EapSimAkaReservedBytesAttribute
171 int attributeType, int lengthInBytes, byte[] reservedBytes) in EapSimAkaReservedBytesAttribute()
668 public AtMac(byte[] reservedBytes, byte[] mac) throws EapSimAkaInvalidAttributeException { in AtMac()