Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeConfigPayload.java180 public final int attributeType; field in IkeConfigPayload.ConfigAttribute
182 protected ConfigAttribute(int attributeType) { in ConfigAttribute()
186 protected ConfigAttribute(int attributeType, int len) throws InvalidSyntaxException { in ConfigAttribute()
205 int attributeType = Short.toUnsignedInt(inputBuffer.getShort()); in decodeAttributeFrom() local
316 protected IkeConfigAttribute(int attributeType) { in IkeConfigAttribute()
320 protected IkeConfigAttribute(int attributeType, int len) throws InvalidSyntaxException { in IkeConfigAttribute()
328 protected TunnelModeChildConfigAttribute(int attributeType) { in TunnelModeChildConfigAttribute()
332 protected TunnelModeChildConfigAttribute(int attributeType, int len) in TunnelModeChildConfigAttribute()
347 int attributeType, Inet4Address address) { in TunnelModeChildConfigAttrIpv4AddressBase()
352 protected TunnelModeChildConfigAttrIpv4AddressBase(int attributeType) { in TunnelModeChildConfigAttrIpv4AddressBase()
[all …]
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttributeFactory.java77 EapSimAkaAttribute getAttribute(int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute()
124 int attributeType = Byte.toUnsignedInt(byteBuffer.get()); in getAttribute() local
DEapAkaAttributeFactory.java68 int attributeType = Byte.toUnsignedInt(byteBuffer.get()); in getAttribute() local
78 int attributeType, int lengthInBytes, ByteBuffer byteBuffer) in getAttribute()
DEapAkaPrimeAttributeFactory.java63 int attributeType = Byte.toUnsignedInt(byteBuffer.get()); in getAttribute() local
DEapSimAttributeFactory.java67 int attributeType = Byte.toUnsignedInt(byteBuffer.get()); in getAttribute() local
DEapSimAkaAttribute.java115 public final int attributeType; field in EapSimAkaAttribute
118 protected EapSimAkaAttribute(int attributeType, int lengthInBytes) in EapSimAkaAttribute()
160 int attributeType, in EapSimAkaUnsupportedAttribute()
172 public EapSimAkaUnsupportedAttribute(int attributeType, int lengthInBytes, byte[] data) in EapSimAkaUnsupportedAttribute()
331 protected AtIdReq(int lengthInBytes, int attributeType, ByteBuffer byteBuffer) in AtIdReq()
344 protected AtIdReq(int attributeType) throws EapSimAkaInvalidAttributeException { in AtIdReq()