Searched defs:lengthInBytes (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
H A D | EapSimAkaAttribute.java | 117 public final int lengthInBytes; field in EapSimAkaAttribute 220 int lengthInBytes, in EapSimAkaUnsupportedAttribute() 273 public AtVersionList(int lengthInBytes, int... versions) in AtVersionList() 467 public AtIdentity(int lengthInBytes, byte[] identity) in AtIdentity() 535 public AtRandSim(int lengthInBytes, byte[]... rands) in AtRandSim() 645 public AtMac(int lengthInBytes, ByteBuffer byteBuffer) in AtMac() 941 public AtAutn(int lengthInBytes, ByteBuffer byteBuffer) in AtAutn() 981 public AtRes(int lengthInBytes, ByteBuffer byteBuffer) in AtRes() 1065 public AtAuts(int lengthInBytes, ByteBuffer byteBuffer) in AtAuts() 1139 public AtKdf(int lengthInBytes, ByteBuffer buffer) in AtKdf() [all …]
|
H A 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
|
H A D | EapAkaAttributeFactory.java | 71 int lengthInBytes = Byte.toUnsignedInt(byteBuffer.get()) * LENGTH_SCALING; in getAttribute() local 78 int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute()
|
H A D | EapAkaPrimeAttributeFactory.java | 66 int lengthInBytes = Byte.toUnsignedInt(byteBuffer.get()) * LENGTH_SCALING; in getAttribute() local
|
H A D | EapSimAttributeFactory.java | 70 int lengthInBytes = Byte.toUnsignedInt(byteBuffer.get()) * LENGTH_SCALING; in getAttribute() local
|
H A D | EapSimAkaTypeData.java | 74 int lengthInBytes = MIN_LEN_BYTES; in encode() local
|