Searched refs:decodeAttributes (Results 1 – 2 of 2) sorted by relevance
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeSaPayloadTest.java | 294 .decodeAttributes(anyInt(), any()); in testDecodeEncryptionTransform() 312 doReturn(attributeList).when(mMockedAttributeDecoder).decodeAttributes(anyInt(), any()); in testDecodeEncryptionTransformWithInvalidKeyLength() 356 .decodeAttributes(anyInt(), any()); in testDecodePrfTransform() 391 .decodeAttributes(anyInt(), any()); in testDecodeIntegrityTransform() 407 .decodeAttributes(anyInt(), any()); in testDecodeIntegrityTransformWithUnrecognizedAttribute() 442 .decodeAttributes(anyInt(), any()); in testDecodeDhGroupTransform() 477 .decodeAttributes(anyInt(), any()); in testDecodeEsnTransform() 494 .decodeAttributes(anyInt(), any()); in testDecodeEsnTransformWithUnsupportedId() 509 .decodeAttributes(anyInt(), any()); in testDecodeEsnTransformWithUnrecognizedAttribute() 537 .decodeAttributes(anyInt(), any()); in testDecodeUnrecognizedTransform() [all …]
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeSaPayload.java | 935 List<Attribute> decodeAttributes(int length, ByteBuffer inputBuffer) in decodeAttributes() method 1023 List<Attribute> attributeList = sAttributeDecoder.decodeAttributes(length, inputBuffer); in readFrom() 1045 public List<Attribute> decodeAttributes(int length, ByteBuffer inputBuffer) in decodeAttributes() method in IkeSaPayload.Transform.AttributeDecoderImpl
|