Searched defs:lengthInBytes (Results 1 – 6 of 6) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
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 | EapSimAkaAttribute.java | 116 public final int lengthInBytes; field in EapSimAkaAttribute 118 protected EapSimAkaAttribute(int attributeType, int lengthInBytes) in EapSimAkaAttribute() 161 int lengthInBytes, in EapSimAkaUnsupportedAttribute() 172 public EapSimAkaUnsupportedAttribute(int attributeType, int lengthInBytes, byte[] data) in EapSimAkaUnsupportedAttribute() 193 public AtVersionList(int lengthInBytes, ByteBuffer byteBuffer) in AtVersionList() 214 public AtVersionList(int lengthInBytes, int... versions) in AtVersionList() 247 public AtSelectedVersion(int lengthInBytes, int selectedVersion) in AtSelectedVersion() 297 public AtNonceMt(int lengthInBytes, ByteBuffer byteBuffer) in AtNonceMt() 331 protected AtIdReq(int lengthInBytes, int attributeType, ByteBuffer byteBuffer) in AtIdReq() 360 public AtPermanentIdReq(int lengthInBytes, ByteBuffer byteBuffer) in AtPermanentIdReq() [all …]
|
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 | 63 int lengthInBytes = MIN_LEN_BYTES; in encode() local
|