XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
_EFI_IPSEC_ESP_ALGO_INFO Struct Reference

#include <IpSecConfig.h>

Public Attributes

UINT8 EncAlgoId
 
UINTN EncKeyLength
 
VOIDEncKey
 
UINT8 AuthAlgoId
 
UINTN AuthKeyLength
 
VOIDAuthKey
 

Detailed Description

EFI_IPSEC_ESP_ALGO_INFO The security algorithm selection for IPsec ESP encryption and authentication. The required authentication algorithm is specified in RFC 4305. EncAlgoId fields can also specify an ESP combined mode algorithm (e.g. AES with CCM mode, specified in RFC 4309), which provides both confidentiality and authentication services.

Member Data Documentation

◆ AuthAlgoId

UINT8 _EFI_IPSEC_ESP_ALGO_INFO::AuthAlgoId

◆ AuthKey

VOID* _EFI_IPSEC_ESP_ALGO_INFO::AuthKey

◆ AuthKeyLength

UINTN _EFI_IPSEC_ESP_ALGO_INFO::AuthKeyLength

◆ EncAlgoId

UINT8 _EFI_IPSEC_ESP_ALGO_INFO::EncAlgoId

◆ EncKey

VOID* _EFI_IPSEC_ESP_ALGO_INFO::EncKey

◆ EncKeyLength

UINTN _EFI_IPSEC_ESP_ALGO_INFO::EncKeyLength

The documentation for this struct was generated from the following file: