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 | 184 private IkeMacPrf mIkePrf; field in ChildSessionStateMachineTest 244 mIkePrf = IkeMacPrf.create(new PrfTransform(SaProposal.PSEUDORANDOM_FUNCTION_HMAC_SHA1)); in setup() 429 assertEquals(mIkePrf, childSaRecordConfig.ikePrf); in verifyChildSaRecordConfig() 530 mIkePrf, in disableTestCreateFirstChild() 544 assertEquals(mChildSessionStateMachine.mIkePrf, mIkePrf); in validateCreateChild() 558 mIkePrf, in testHandleFirstChildExchange() 599 LOCAL_ADDRESS, REMOTE_ADDRESS, mMockUdpEncapSocket, mIkePrf, IKE_DH_GROUP, SK_D); in checkCreateChildAndGetRequest() 665 LOCAL_ADDRESS, REMOTE_ADDRESS, mMockUdpEncapSocket, mIkePrf, IKE_DH_GROUP, SK_D); in createChildSessionAndReceiveErrorNotification() 713 LOCAL_ADDRESS, REMOTE_ADDRESS, mMockUdpEncapSocket, mIkePrf, IKE_DH_GROUP, SK_D); in testCreateChildHandlesRespWithMissingPayload() 743 LOCAL_ADDRESS, REMOTE_ADDRESS, mMockUdpEncapSocket, mIkePrf, IKE_DH_GROUP, SK_D); in testCreateChildHandlesKeyCalculationFail() [all …]
|
D | IkeSessionStateMachineTest.java | 1897 mIkeSessionStateMachine.mIkePrf = mock(IkeMacPrf.class); in setIkeInitResults() 1946 mIkeSessionStateMachine.mIkePrf = in mockIkeInitAndTransitionToIkeAuth() 2016 eq(mIkeSessionStateMachine.mIkePrf), in testCreateAdditionalChild() 2667 mIkeSessionStateMachine.mIkePrf, in verifyDigitalSignatureAuthentication() 2720 mIkeSessionStateMachine.mIkePrf, in verifySharedKeyAuthentication() 2822 eq(mIkeSessionStateMachine.mIkePrf), in verifyAuthenticationCommonAndGetIkeMessage()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionStateMachine.java | 479 @VisibleForTesting IkeMacPrf mIkePrf; field in IkeSessionStateMachine 2546 mIkePrf, in processStateMessage() 2630 mIkePrf, in executeLocalRequest() 3102 mIkePrf, in handleResponseIkeMessage() 3346 mIkePrf = IkeMacPrf.create(mSaProposal.getPrfTransforms()[0]); in validateIkeInitResp() 3575 mIkePrf, in authenticatePsk() 3845 mIkePrf, in buildIkeAuthReq() 3867 mIkePrf, in buildIkeAuthReq() 4051 mIkePrf, in authenticateDigitalSignature() 4232 mIkePrf, in processStateMessage() [all …]
|
D | ChildSessionStateMachine.java | 195 @VisibleForTesting IkeMacPrf mIkePrf; field in ChildSessionStateMachine 385 this.mIkePrf = ikePrf; in handleFirstChildExchange() 419 this.mIkePrf = ikePrf; in createChildSession() 820 mIkePrf, in validateAndBuildChild() 1502 mIkePrf, in processStateMessage() 1726 mIkePrf, in handleCreateChildRequest()
|