Searched refs:mIkePrf (Results 1 – 4 of 4) sorted by relevance
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | ChildSessionStateMachineTest.java | 183 private IkeMacPrf mIkePrf; field in ChildSessionStateMachineTest 243 mIkePrf = IkeMacPrf.create(new PrfTransform(SaProposal.PSEUDORANDOM_FUNCTION_HMAC_SHA1)); in setup() 417 assertEquals(mIkePrf, childSaRecordConfig.ikePrf); in verifyChildSaRecordConfig() 518 mIkePrf, in disableTestCreateFirstChild() 563 LOCAL_ADDRESS, REMOTE_ADDRESS, mMockUdpEncapSocket, mIkePrf, SK_D); in testCreateChild() 601 LOCAL_ADDRESS, REMOTE_ADDRESS, mMockUdpEncapSocket, mIkePrf, SK_D); in createChildSessionAndReceiveErrorNotification() 649 LOCAL_ADDRESS, REMOTE_ADDRESS, mMockUdpEncapSocket, mIkePrf, SK_D); in testCreateChildHandlesRespWithMissingPayload() 679 LOCAL_ADDRESS, REMOTE_ADDRESS, mMockUdpEncapSocket, mIkePrf, SK_D); in testCreateChildHandlesKeyCalculationFail() 698 mChildSessionStateMachine.mIkePrf = mIkePrf; in setupIdleStateMachine() 1818 null /*localAddress*/, REMOTE_ADDRESS, mMockUdpEncapSocket, mIkePrf, SK_D); in testHandleUnexpectedException()
|
D | IkeSessionStateMachineTest.java | 1455 mIkeSessionStateMachine.mIkePrf = mock(IkeMacPrf.class); in setIkeInitResults() 1500 mIkeSessionStateMachine.mIkePrf = in mockIkeInitAndTransitionToIkeAuth() 1570 eq(mIkeSessionStateMachine.mIkePrf), in testCreateAdditionalChild() 2173 mIkeSessionStateMachine.mIkePrf, in verifyDigitalSignatureAuthentication() 2202 mIkeSessionStateMachine.mIkePrf, in verifySharedKeyAuthentication() 2286 eq(mIkeSessionStateMachine.mIkePrf), in verifyAuthenticationCommonAndGetIkeMessage()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionStateMachine.java | 417 @VisibleForTesting IkeMacPrf mIkePrf; field in IkeSessionStateMachine 2247 mIkePrf, in processStateMessage() 2334 mIkePrf, in executeLocalRequest() 2744 mIkePrf, in handleResponseIkeMessage() 2954 mIkePrf = IkeMacPrf.create(mSaProposal.getPrfTransforms()[0]); in validateIkeInitResp() 3129 mIkePrf, in authenticatePsk() 3307 mIkePrf, in buildIkeAuthReq() 3329 mIkePrf, in buildIkeAuthReq() 3519 mIkePrf, in authenticateDigitalSignature() 3686 mIkePrf, in processStateMessage() [all …]
|
D | ChildSessionStateMachine.java | 190 @VisibleForTesting IkeMacPrf mIkePrf; field in ChildSessionStateMachine 366 this.mIkePrf = ikePrf; in handleFirstChildExchange() 397 this.mIkePrf = ikePrf; in createChildSession() 745 mIkePrf, in validateAndBuildChild() 1436 mIkePrf, in processStateMessage() 1642 mIkePrf, in handleCreateChildRequest()
|