Home
last modified time | relevance | path

Searched refs:getAttributeLength (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayload.java1286 len += new KeyLengthAttribute(mSpecifiedKeyLength).getAttributeLength(); in getTransformLength()
1761 protected abstract int getAttributeLength(); in getAttributeLength() method in IkeSaPayload.Attribute
1785 protected int getAttributeLength() { in getAttributeLength() method in IkeSaPayload.KeyLengthAttribute
1807 protected int getAttributeLength() { in getAttributeLength() method in IkeSaPayload.UnrecognizedAttribute
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayloadTest.java279 ByteBuffer byteBuffer = ByteBuffer.allocate(mAttributeKeyLength128.getAttributeLength()); in testEncodeAttribute()