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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DPayload.c2550 UINTN DecryptedSize; // Encrypted IKE Payload Size local
2671 DecryptedSize = IkePacket->PayloadTotalSize - sizeof (IKEV2_COMMON_PAYLOAD_HEADER) - IvSize - CheckSumSize;
2672 DecryptedBuf = AllocateZeroPool (DecryptedSize);
2678 DecryptedSize
2688 DecryptedSize,
2698 DecryptedSize,
2712 PadLen = (UINT8) (*(DecryptedBuf + DecryptedSize - sizeof (IKEV2_PAD_LEN)));
2724 IkePacket->PayloadTotalSize = DecryptedSize - PadLen;
2726 IPSEC_DUMP_BUF ("Decrypted Buffer", DecryptedBuf, DecryptedSize);

Completed in 50 milliseconds