Searched refs:authResp (Results 1 – 2 of 2) sorted by relevance
3365 private void validateIkeAuthResp(IkeMessage authResp) throws IkeProtocolException { in validateIkeAuthResp() argument3370 for (IkePayload payload : authResp.ikePayloadList) { in validateIkeAuthResp()3393 && authResp.getPayloadForType( in validateIkeAuthResp()3727 private void validateIkeAuthRespPostEap(IkeMessage authResp) throws IkeProtocolException { in validateIkeAuthRespPostEap() argument3730 for (IkePayload payload : authResp.ikePayloadList) { in validateIkeAuthRespPostEap()3739 && authResp.getPayloadForType( in validateIkeAuthRespPostEap()
2217 ReceivedIkePacket authResp = makeIkeAuthRespWithChildPayloads(authRelatedPayloads); in verifyAuthenticationCommonAndGetIkeMessage() local2219 IkeSessionStateMachine.CMD_RECEIVE_IKE_PACKET, authResp); in verifyAuthenticationCommonAndGetIkeMessage()2238 verifyDecodeEncryptedMessage(mSpyCurrentIkeSaRecord, authResp); in verifyAuthenticationCommonAndGetIkeMessage()2422 ReceivedIkePacket authResp = makeIkeAuthRespWithChildPayloads(authRelatedPayloads); in testCreateIkeLocalIkeAuthDefersOtherMessages() local2424 IkeSessionStateMachine.CMD_RECEIVE_IKE_PACKET, authResp); in testCreateIkeLocalIkeAuthDefersOtherMessages()