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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecImpl.c1397 UINTN MiscSize; local
1501 MiscSize = sizeof (EFI_ESP_HEADER) + IvSize + IcvSize;
1502 if (EspSize <= (MiscSize + sizeof (EFI_ESP_TAIL))) {
1506 if ((EspSize - MiscSize) % BlockSize != 0) {
1550 if (EspSize <= (MiscSize + sizeof (EFI_ESP_TAIL) + PaddingSize)) {
1554 PlainPayloadSize = EspSize - MiscSize - sizeof (EFI_ESP_TAIL) - PaddingSize;

Completed in 34 milliseconds