IKEv2 finite state machine. More...
#include "ipsec/ipsec_misc.h"
#include "ike/ike.h"
#include "ike/ike_fsm.h"
#include "ike/ike_key_exchange.h"
#include "ike/ike_message_format.h"
#include "ike/ike_misc.h"
#include "debug.h"
Go to the source code of this file.
Macros | |
#define | TRACE_LEVEL IKE_TRACE_LEVEL |
Detailed Description
IKEv2 finite state machine.
License
SPDX-License-Identifier: GPL-2.0-or-later
Copyright (C) 2022-2024 Oryx Embedded SARL. All rights reserved.
This file is part of CycloneIPSEC Open.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Version
- 2.4.4
Definition in file ike_fsm.c.
Macro Definition Documentation
◆ TRACE_LEVEL
Function Documentation
◆ ikeChangeChildSaState()
void ikeChangeChildSaState | ( | IkeChildSaEntry * | childSa, |
IkeChildSaState | newState | ||
) |
◆ ikeChangeSaState()
void ikeChangeSaState | ( | IkeSaEntry * | sa, |
IkeSaState | newState | ||
) |
◆ ikeProcessChildSaDeleteEvent()
error_t ikeProcessChildSaDeleteEvent | ( | IkeChildSaEntry * | childSa | ) |
◆ ikeProcessChildSaEvents()
error_t ikeProcessChildSaEvents | ( | IkeChildSaEntry * | childSa | ) |
◆ ikeProcessChildSaInitEvent()
error_t ikeProcessChildSaInitEvent | ( | IkeChildSaEntry * | childSa | ) |
◆ ikeProcessChildSaRekeyEvent()
error_t ikeProcessChildSaRekeyEvent | ( | IkeChildSaEntry * | childSa | ) |
◆ ikeProcessEvents()
void ikeProcessEvents | ( | IkeContext * | context | ) |
◆ ikeProcessSaDeleteEvent()
error_t ikeProcessSaDeleteEvent | ( | IkeSaEntry * | sa | ) |
◆ ikeProcessSaDpdEvent()
error_t ikeProcessSaDpdEvent | ( | IkeSaEntry * | sa | ) |
◆ ikeProcessSaEvents()
error_t ikeProcessSaEvents | ( | IkeSaEntry * | sa | ) |
◆ ikeProcessSaInitEvent()
error_t ikeProcessSaInitEvent | ( | IkeSaEntry * | sa | ) |
◆ ikeProcessSaReauthEvent()
error_t ikeProcessSaReauthEvent | ( | IkeSaEntry * | sa | ) |
◆ ikeProcessSaRekeyEvent()
error_t ikeProcessSaRekeyEvent | ( | IkeSaEntry * | sa | ) |