MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EFI_IPSEC_PAD_DATA Struct Reference

Data Fields

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

Field Documentation

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).

UINTN _EFI_IPSEC_PAD_DATA::AuthDataSize

The size of Authentication data buffer, in bytes.

EFI_IPSEC_AUTH_METHOD _EFI_IPSEC_PAD_DATA::AuthMethod

Authentication method used.

EFI_IPSEC_AUTH_PROTOCOL_TYPE _EFI_IPSEC_PAD_DATA::AuthProtocol

Authentication Protocol for IPsec security association management.

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.

VOID* _EFI_IPSEC_PAD_DATA::RevocationData

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

UINTN _EFI_IPSEC_PAD_DATA::RevocationDataSize

The size of RevocationData, in bytes