|
XenevaOS
|
#include <IpSecConfig.h>
Public Attributes | |
| UINT8 | EncAlgoId |
| UINTN | EncKeyLength |
| VOID * | EncKey |
| UINT8 | AuthAlgoId |
| UINTN | AuthKeyLength |
| VOID * | AuthKey |
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.
| UINT8 _EFI_IPSEC_ESP_ALGO_INFO::AuthAlgoId |
| VOID* _EFI_IPSEC_ESP_ALGO_INFO::AuthKey |
| UINTN _EFI_IPSEC_ESP_ALGO_INFO::AuthKeyLength |
| UINT8 _EFI_IPSEC_ESP_ALGO_INFO::EncAlgoId |
| VOID* _EFI_IPSEC_ESP_ALGO_INFO::EncKey |
| UINTN _EFI_IPSEC_ESP_ALGO_INFO::EncKeyLength |