Home
last modified time | relevance | path

Searched refs:authResp (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java3365 private void validateIkeAuthResp(IkeMessage authResp) throws IkeProtocolException { in validateIkeAuthResp() argument
3370 for (IkePayload payload : authResp.ikePayloadList) { in validateIkeAuthResp()
3393 && authResp.getPayloadForType( in validateIkeAuthResp()
3727 private void validateIkeAuthRespPostEap(IkeMessage authResp) throws IkeProtocolException { in validateIkeAuthRespPostEap() argument
3730 for (IkePayload payload : authResp.ikePayloadList) { in validateIkeAuthRespPostEap()
3739 && authResp.getPayloadForType( in validateIkeAuthRespPostEap()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java2217 ReceivedIkePacket authResp = makeIkeAuthRespWithChildPayloads(authRelatedPayloads); in verifyAuthenticationCommonAndGetIkeMessage() local
2219 IkeSessionStateMachine.CMD_RECEIVE_IKE_PACKET, authResp); in verifyAuthenticationCommonAndGetIkeMessage()
2238 verifyDecodeEncryptedMessage(mSpyCurrentIkeSaRecord, authResp); in verifyAuthenticationCommonAndGetIkeMessage()
2422 ReceivedIkePacket authResp = makeIkeAuthRespWithChildPayloads(authRelatedPayloads); in testCreateIkeLocalIkeAuthDefersOtherMessages() local
2424 IkeSessionStateMachine.CMD_RECEIVE_IKE_PACKET, authResp); in testCreateIkeLocalIkeAuthDefersOtherMessages()