Searched defs:RestOfPayload (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecImpl.c1717 UINT8 *RestOfPayload; // Start of Payload after IV local
1829 RestOfPayload = (UINT8 *) (EspHeader + 1) + IvSize;
1830 Padding = RestOfPayload + PlainPayloadSize;
1861 RestOfPayload + BytesCopied,
1870 RestOfPayload + BytesCopied,
1880 (RestOfPayload + BytesCopied),
1931 RestOfPayload,
1933 RestOfPayload

Completed in 825 milliseconds