Home
last modified time | relevance | path

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 DEapSimAkaAttribute.java117 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 DEapSimAkaAttributeFactory.java77 EapSimAkaAttribute getAttribute(int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute()
127 int lengthInBytes = Byte.toUnsignedInt(byteBuffer.get()) * LENGTH_SCALING; in getAttribute() local
H A DEapAkaAttributeFactory.java71 int lengthInBytes = Byte.toUnsignedInt(byteBuffer.get()) * LENGTH_SCALING; in getAttribute() local
78 int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute()
H A DEapAkaPrimeAttributeFactory.java66 int lengthInBytes = Byte.toUnsignedInt(byteBuffer.get()) * LENGTH_SCALING; in getAttribute() local
H A DEapSimAttributeFactory.java70 int lengthInBytes = Byte.toUnsignedInt(byteBuffer.get()) * LENGTH_SCALING; in getAttribute() local
H A DEapSimAkaTypeData.java74 int lengthInBytes = MIN_LEN_BYTES; in encode() local