Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/testmode/
DDeterministicSecureRandomTest.java82 IkeKePayload.createOutboundKePayload(DH_GROUP_2048_BIT_MODP, rFactory); in testDeterministicSecureRandomInKePayload()
84 IkeKePayload.createOutboundKePayload(DH_GROUP_2048_BIT_MODP, rFactory); in testDeterministicSecureRandomInKePayload()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeKePayloadTest.java166 IkeKePayload.createOutboundKePayload( in testGetIkeKePayload()
261 IkeKePayload.createOutboundKePayload( in testGetIkeCurveKePayload()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java2072 IkeKePayload.createOutboundKePayload( in testValidateExpectKeExistCase()
2121 IkeKePayload.createOutboundKePayload( in testThrowWhenKeHasMismatchedDhGroup()
2147 IkeKePayload.createOutboundKePayload( in testThrowForUnexpectedKe()
2298 IkeKePayload.createOutboundKePayload(expectedDh, createMockRandomFactory())); in verifyRemoteRekeyWithKePayload()
2383 IkeKePayload.createOutboundKePayload( in testRemoteRekeyWithInvalidKePayload()
2409 IkeKePayload.createOutboundKePayload( in testRejectRemoteRekeyWithoutDhGroupInProposal()
DSaRecordTest.java339 IkeKePayload.createOutboundKePayload( in verifyChildKeyExchange()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeKePayload.java211 public static IkeKePayload createOutboundKePayload( in createOutboundKePayload() method in IkeKePayload
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java2357 IkeKePayload.createOutboundKePayload(dhGroups[0].id, randomFactory)); in getChildCreatePayloads()
DIkeSessionStateMachine.java6201 payloadList.add(IkeKePayload.createOutboundKePayload(selectedDhGroup, randomFactory)); in getCreateIkeSaPayloads()