Searched refs:decodeIkeTrafficSelectors (Results 1 – 3 of 3) sorted by relevance
/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/ |
D | IkeTrafficSelectorTest.java | 104 IkeTrafficSelector.decodeIkeTrafficSelectors(numTs, tsBytes); in testDecodeIkeTrafficSelectors() 185 IkeTrafficSelector.decodeIkeTrafficSelectors(numTs, tsBytes); in testDecodeIkeTrafficSelectorWithInvalidTsType() 199 IkeTrafficSelector.decodeIkeTrafficSelectors(numTs, tsBytes); in testDecodeIkeTrafficSelectorWithInvalidIpProtocol() 212 IkeTrafficSelector.decodeIkeTrafficSelectors(numTs, tsBytes); in testDecodeIkeTrafficSelectorWithExpectedTrailing() 229 IkeTrafficSelector.decodeIkeTrafficSelectors(numTs, tsBytes); in testDecodeIkeTrafficSelectorWithInvalidTsLength() 242 IkeTrafficSelector.decodeIkeTrafficSelectors(numTs, tsBytes); in testDecodeIkeTrafficSelectorWithInvalidPortRange() 255 IkeTrafficSelector.decodeIkeTrafficSelectors(numTs, tsBytes); in testDecodeIkeTrafficSelectorWithInvalidAddressRange() 387 IkeTrafficSelector.decodeIkeTrafficSelectors(numTs, tsBytes); in testDecodeIpv6TS() 399 IkeTrafficSelector.decodeIkeTrafficSelectors(numTs, tsBytes); in testDecodeWithBothIpv6AndIpv4TS() 414 IkeTrafficSelector.decodeIkeTrafficSelectors(numTs, tsBytes); in testDecodeIpv6TSWithInvalidLength()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeTsPayload.java | 64 trafficSelectors = IkeTrafficSelector.decodeIkeTrafficSelectors(numTs, tsBytes); in IkeTsPayload()
|
/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
D | IkeTrafficSelector.java | 236 public static IkeTrafficSelector[] decodeIkeTrafficSelectors(int numTs, byte[] tsBytes) in decodeIkeTrafficSelectors() method in IkeTrafficSelector
|