Searched refs:EspTail (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecImpl.c1403 EFI_ESP_TAIL *EspTail; local
1498 // 1. Check whether the Espsize is larger than ESP header + IvSize + EspTail + IcvSize.
1544 // Parse EspTail and compute the plain payload size.
1546 EspTail = (EFI_ESP_TAIL *) (ProcessBuffer + EspSize - IcvSize - sizeof (EFI_ESP_TAIL));
1547 PaddingSize = EspTail->PaddingLength;
1548 NextHeader = EspTail->NextHeader;
1720 EFI_ESP_TAIL *EspTail; // Address behind padding local
1831 EspTail = (EFI_ESP_TAIL *) (Padding + PaddingSize);
1895 EspTail->PaddingLength = (UINT8) PaddingSize;
1896 EspTail
[all...]

Completed in 1872 milliseconds