Home
last modified time | relevance | path

Searched refs:createOutboundKePayload (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/testmode/
H A DDeterministicSecureRandomTest.java82 IkeKePayload.createOutboundKePayload(DH_GROUP_2048_BIT_MODP, rFactory); in testDeterministicSecureRandomInKePayload()
84 IkeKePayload.createOutboundKePayload(DH_GROUP_2048_BIT_MODP, rFactory); in testDeterministicSecureRandomInKePayload()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeKePayloadTest.java148 IkeKePayload.createOutboundKePayload( in testGetIkeKePayload()
243 IkeKePayload.createOutboundKePayload( in testGetIkeCurveKePayload()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeKePayload.java210 public static IkeKePayload createOutboundKePayload( in createOutboundKePayload() method in IkeKePayload
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DSaRecordTest.java339 IkeKePayload.createOutboundKePayload( in verifyChildKeyExchange()
H A DChildSessionStateMachineTest.java1848 IkeKePayload.createOutboundKePayload( in testValidateExpectKeExistCase()
1897 IkeKePayload.createOutboundKePayload( in testThrowWhenKeHasMismatchedDhGroup()
1923 IkeKePayload.createOutboundKePayload( in testThrowForUnexpectedKe()
2058 IkeKePayload.createOutboundKePayload(expectedDh, createMockRandomFactory())); in verifyRemoteRekeyWithKePayload()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DChildSessionStateMachine.java2168 IkeKePayload.createOutboundKePayload(dhGroups[0].id, randomFactory)); in getChildCreatePayloads()
H A DIkeSessionStateMachine.java5601 payloadList.add(IkeKePayload.createOutboundKePayload(selectedDhGroup, randomFactory)); in getCreateIkeSaPayloads()