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 | 208 private IkeMacPrf mIkePrf; field in ChildSessionStateMachineTest 269 mIkePrf = IkeMacPrf.create(new PrfTransform(SaProposal.PSEUDORANDOM_FUNCTION_HMAC_SHA1)); in setup() 466 assertEquals(mIkePrf, childSaRecordConfig.ikePrf); in verifyChildSaRecordConfig() 578 mIkePrf, in disableTestCreateFirstChild() 592 assertEquals(mChildSessionStateMachine.mIkePrf, mIkePrf); in validateCreateChild() 606 mIkePrf, in testHandleFirstChildExchange() 647 LOCAL_ADDRESS, REMOTE_ADDRESS, mMockUdpEncapSocket, mIkePrf, IKE_DH_GROUP, SK_D); in checkCreateChildAndGetRequest() 719 LOCAL_ADDRESS, REMOTE_ADDRESS, mMockUdpEncapSocket, mIkePrf, IKE_DH_GROUP, SK_D); in createChildSessionAndReceiveErrorNotification() 770 LOCAL_ADDRESS, REMOTE_ADDRESS, mMockUdpEncapSocket, mIkePrf, IKE_DH_GROUP, SK_D); in testCreateChildHandlesRespWithMissingPayload() 803 LOCAL_ADDRESS, REMOTE_ADDRESS, mMockUdpEncapSocket, mIkePrf, IKE_DH_GROUP, SK_D); in testCreateChildHandlesKeyCalculationFail() [all …]
|
D | IkeSessionStateMachineTest.java | 2094 mIkeSessionStateMachine.mIkePrf = mock(IkeMacPrf.class); in setIkeInitResults() 2160 mIkeSessionStateMachine.mIkePrf = in mockIkeInitAndTransitionToIkeAuth() 2307 eq(mIkeSessionStateMachine.mIkePrf), in testCreateAdditionalChild() 2968 eq(mIkeSessionStateMachine.mIkePrf), in verifyDigitalSignatureAuthentication() 3023 eq(mIkeSessionStateMachine.mIkePrf), in verifySharedKeyAuthentication() 3125 eq(mIkeSessionStateMachine.mIkePrf), in verifyAuthenticationCommonAndGetIkeMessage()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | ChildSessionStateMachine.java | 190 @VisibleForTesting IkeMacPrf mIkePrf; field in ChildSessionStateMachine 392 this.mIkePrf = ikePrf; in handleFirstChildExchange() 426 this.mIkePrf = ikePrf; in createChildSession() 881 mIkePrf, in validateAndBuildChild() 1628 mIkePrf, in processStateMessage() 1908 mIkePrf, in handleCreateChildRequest()
|
D | IkeSessionStateMachine.java | 433 @VisibleForTesting IkeMacPrf mIkePrf; field in IkeSessionStateMachine 2774 mIkePrf, in processStateMessage() 2871 mIkePrf, in executeLocalRequest() local 3372 mIkePrf, in handleResponseIkeMessage() 3651 mIkePrf = IkeMacPrf.create(mSaProposal.getPrfTransforms()[0]); in validateIkeInitResp() 3934 mIkePrf, in authenticatePsk() 4245 mIkePrf, in buildIkeAuthReq() 4267 mIkePrf, in buildIkeAuthReq() 4467 mIkePrf, in authenticateDigitalSignature() 4683 mIkePrf, in processStateMessage() [all …]
|