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

#include <IpSecConfig.h>

Public Attributes

EFI_IPSEC_AUTH_PROTOCOL_TYPE AuthProtocol
 
EFI_IPSEC_AUTH_METHOD AuthMethod
 
BOOLEAN IkeIdFlag
 
UINTN AuthDataSize
 
VOIDAuthData
 
UINTN RevocationDataSize
 
VOIDRevocationData
 

Detailed Description

EFI_IPSEC_PAD_DATA

Member Data Documentation

◆ AuthData

VOID* _EFI_IPSEC_PAD_DATA::AuthData

Buffer for Authentication data, (e.g., the pre-shared secret or the trust anchor relative to which the peer's certificate will be validated).

◆ AuthDataSize

UINTN _EFI_IPSEC_PAD_DATA::AuthDataSize

The size of Authentication data buffer, in bytes.

◆ AuthMethod

EFI_IPSEC_AUTH_METHOD _EFI_IPSEC_PAD_DATA::AuthMethod

Authentication method used.

◆ AuthProtocol

EFI_IPSEC_AUTH_PROTOCOL_TYPE _EFI_IPSEC_PAD_DATA::AuthProtocol

Authentication Protocol for IPsec security association management.

◆ IkeIdFlag

BOOLEAN _EFI_IPSEC_PAD_DATA::IkeIdFlag

The IKE ID payload will be used as a symbolic name for SPD lookup if IkeIdFlag is TRUE. Otherwise, the remote IP address provided in traffic selector playloads will be used.

◆ RevocationData

VOID* _EFI_IPSEC_PAD_DATA::RevocationData

Pointer to CRL or OCSP data, if certificates are used for authentication method.

◆ RevocationDataSize

UINTN _EFI_IPSEC_PAD_DATA::RevocationDataSize

The size of RevocationData, in bytes


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