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 | 303 .decodeAttributes(anyInt(), any()); in testDecodeEncryptionTransform() 321 doReturn(attributeList).when(mMockedAttributeDecoder).decodeAttributes(anyInt(), any()); in testDecodeEncryptionTransformWithInvalidKeyLength() 365 .decodeAttributes(anyInt(), any()); in testDecodePrfTransform() 400 .decodeAttributes(anyInt(), any()); in testDecodeIntegrityTransform() 416 .decodeAttributes(anyInt(), any()); in testDecodeIntegrityTransformWithUnrecognizedAttribute() 451 .decodeAttributes(anyInt(), any()); in testDecodeDhGroupTransform() 486 .decodeAttributes(anyInt(), any()); in testDecodeEsnTransform() 503 .decodeAttributes(anyInt(), any()); in testDecodeEsnTransformWithUnsupportedId() 518 .decodeAttributes(anyInt(), any()); in testDecodeEsnTransformWithUnrecognizedAttribute() 546 .decodeAttributes(anyInt(), any()); in testDecodeUnrecognizedTransform() [all …]
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeSaPayload.java | 1003 List<Attribute> decodeAttributes(int length, ByteBuffer inputBuffer) in decodeAttributes() method 1091 List<Attribute> attributeList = sAttributeDecoder.decodeAttributes(length, inputBuffer); in readFrom() 1113 public List<Attribute> decodeAttributes(int length, ByteBuffer inputBuffer) in decodeAttributes() method in IkeSaPayload.Transform.AttributeDecoderImpl
|