Searched defs:lengthInBytes (Results 1 – 6 of 6) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
D | EapSimAkaAttribute.java | 117 public final int lengthInBytes; field in EapSimAkaAttribute 119 protected EapSimAkaAttribute(int attributeType, int lengthInBytes) in EapSimAkaAttribute() 154 int attributeType, int lengthInBytes, ByteBuffer buffer) in EapSimAkaReservedBytesAttribute() 165 protected EapSimAkaReservedBytesAttribute(int attributeType, int lengthInBytes) in EapSimAkaReservedBytesAttribute() 171 int attributeType, int lengthInBytes, byte[] reservedBytes) in EapSimAkaReservedBytesAttribute() 220 int lengthInBytes, in EapSimAkaUnsupportedAttribute() 231 public EapSimAkaUnsupportedAttribute(int attributeType, int lengthInBytes, byte[] data) in EapSimAkaUnsupportedAttribute() 252 public AtVersionList(int lengthInBytes, ByteBuffer byteBuffer) in AtVersionList() 273 public AtVersionList(int lengthInBytes, int... versions) in AtVersionList() 306 public AtSelectedVersion(int lengthInBytes, int selectedVersion) in AtSelectedVersion() [all …]
|
D | EapSimAkaAttributeFactory.java | 77 EapSimAkaAttribute getAttribute(int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute() 127 int lengthInBytes = Byte.toUnsignedInt(byteBuffer.get()) * LENGTH_SCALING; in getAttribute() local
|
D | EapAkaAttributeFactory.java | 71 int lengthInBytes = Byte.toUnsignedInt(byteBuffer.get()) * LENGTH_SCALING; in getAttribute() local 78 int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute()
|
D | EapAkaPrimeAttributeFactory.java | 66 int lengthInBytes = Byte.toUnsignedInt(byteBuffer.get()) * LENGTH_SCALING; in getAttribute() local
|
D | EapSimAttributeFactory.java | 70 int lengthInBytes = Byte.toUnsignedInt(byteBuffer.get()) * LENGTH_SCALING; in getAttribute() local
|
D | EapSimAkaTypeData.java | 74 int lengthInBytes = MIN_LEN_BYTES; in encode() local
|