Home
last modified time | relevance | path

Searched defs:lengthInBytes (Results 1 – 6 of 6) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttribute.java130 public final int lengthInBytes; field in EapSimAkaAttribute
132 protected EapSimAkaAttribute(int attributeType, int lengthInBytes) in EapSimAkaAttribute()
167 int attributeType, int lengthInBytes, ByteBuffer buffer) in EapSimAkaReservedBytesAttribute()
178 protected EapSimAkaReservedBytesAttribute(int attributeType, int lengthInBytes) in EapSimAkaReservedBytesAttribute()
184 int attributeType, int lengthInBytes, byte[] reservedBytes) in EapSimAkaReservedBytesAttribute()
233 int lengthInBytes, in EapSimAkaUnsupportedAttribute()
244 public EapSimAkaUnsupportedAttribute(int attributeType, int lengthInBytes, byte[] data) in EapSimAkaUnsupportedAttribute()
265 public AtVersionList(int lengthInBytes, ByteBuffer byteBuffer) in AtVersionList()
286 public AtVersionList(int lengthInBytes, int... versions) in AtVersionList()
319 public AtSelectedVersion(int lengthInBytes, int selectedVersion) in AtSelectedVersion()
[all …]
DEapSimAkaAttributeFactory.java83 EapSimAkaAttribute getAttribute(int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute()
140 int lengthInBytes = Byte.toUnsignedInt(byteBuffer.get()) * LENGTH_SCALING; in getAttribute() local
DEapAkaAttributeFactory.java71 int lengthInBytes = Byte.toUnsignedInt(byteBuffer.get()) * LENGTH_SCALING; in getAttribute() local
78 int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute()
DEapAkaPrimeAttributeFactory.java66 int lengthInBytes = Byte.toUnsignedInt(byteBuffer.get()) * LENGTH_SCALING; in getAttribute() local
DEapSimAttributeFactory.java70 int lengthInBytes = Byte.toUnsignedInt(byteBuffer.get()) * LENGTH_SCALING; in getAttribute() local
DEapSimAkaTypeData.java74 int lengthInBytes = MIN_LEN_BYTES; in encode() local