IPsec (IP security) More...
Go to the source code of this file.
Macros | |
#define | TRACE_LEVEL IPSEC_TRACE_LEVEL |
Functions | |
void | ipsecGetDefaultSettings (IpsecSettings *settings) |
Initialize settings with default values. More... | |
error_t | ipsecInit (IpsecContext *context, const IpsecSettings *settings) |
IPsec service initialization. More... | |
error_t | ipsecSetSpdEntry (IpsecContext *context, uint_t index, IpsecSpdEntry *params) |
Set entry at specified index in SPD database. More... | |
error_t | ipsecClearSpdEntry (IpsecContext *context, uint_t index) |
Clear entry at specified index in SPD database. More... | |
error_t | ipsecSetSadEntry (IpsecContext *context, uint_t index, IpsecSadEntry *params) |
Set entry at specified index in SAD database. More... | |
error_t | ipsecClearSadEntry (IpsecContext *context, uint_t index) |
Clear entry at specified index in SAD database. More... | |
error_t | ipsecSetPadEntry (IpsecContext *context, uint_t index, IpsecPadEntry *params) |
Set entry at specified index in PAD database. More... | |
error_t | ipsecClearPadEntry (IpsecContext *context, uint_t index) |
Clear entry at specified index in PAD database. More... | |
Detailed Description
IPsec (IP security)
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 ipsec.c.
Macro Definition Documentation
◆ TRACE_LEVEL
Function Documentation
◆ ipsecClearPadEntry()
error_t ipsecClearPadEntry | ( | IpsecContext * | context, |
uint_t | index | ||
) |
◆ ipsecClearSadEntry()
error_t ipsecClearSadEntry | ( | IpsecContext * | context, |
uint_t | index | ||
) |
◆ ipsecClearSpdEntry()
error_t ipsecClearSpdEntry | ( | IpsecContext * | context, |
uint_t | index | ||
) |
◆ ipsecGetDefaultSettings()
void ipsecGetDefaultSettings | ( | IpsecSettings * | settings | ) |
◆ ipsecInit()
error_t ipsecInit | ( | IpsecContext * | context, |
const IpsecSettings * | settings | ||
) |
◆ ipsecSetPadEntry()
error_t ipsecSetPadEntry | ( | IpsecContext * | context, |
uint_t | index, | ||
IpsecPadEntry * | params | ||
) |
◆ ipsecSetSadEntry()
error_t ipsecSetSadEntry | ( | IpsecContext * | context, |
uint_t | index, | ||
IpsecSadEntry * | params | ||
) |
◆ ipsecSetSpdEntry()
error_t ipsecSetSpdEntry | ( | IpsecContext * | context, |
uint_t | index, | ||
IpsecSpdEntry * | params | ||
) |