Home | History | Annotate | Download | only in IpSecDxe

Lines Matching defs:Header

1077   // The default behavior is to insert the node ahead of the header.

1289 // The default behavior is to insert the node ahead of the header.
1523 // The default behavior is to insert the node ahead of the header.
2751 // Fill the selector header and copy it into buffer.
2774 // Fill the data header and copy it into buffer.
3023 IPSEC_VAR_ITEM_HEADER *Header;
3080 Header = (IPSEC_VAR_ITEM_HEADER *) Ptr;
3081 Type = (EFI_IPSEC_CONFIG_DATA_TYPE) (Header->Type & IPSEC_VAR_ITEM_HEADER_CONTENT_BIT);
3082 ASSERT (((Header->Type & 0x80) == IPSEC_VAR_ITEM_HEADER_LOGO_BIT) && (Type < IPsecConfigDataTypeMaximum));
3084 Selector = (EFI_IPSEC_CONFIG_SELECTOR *) ALIGN_POINTER (Header + 1, sizeof (UINTN));
3085 Header = (IPSEC_VAR_ITEM_HEADER *) ALIGN_POINTER (
3086 (UINT8 *) Selector + Header->Size,
3089 ASSERT (Header->Type == Type);
3091 Data = ALIGN_POINTER (Header + 1, sizeof (UINTN));
3113 Ptr = ALIGN_POINTER ((UINT8 *) Data + Header->Size, sizeof (UINTN));