Searched refs:IcvSize (Results 1 – 1 of 1) sorted by relevance
786 IN UINTN IcvSize in IpSecEspAuthVerifyPayload() argument797 AuthSize = EspSize - IcvSize; in IpSecEspAuthVerifyPayload()812 IcvSize in IpSecEspAuthVerifyPayload()821 if (CompareMem (EspBuffer + AuthSize, IcvBuffer, IcvSize) == 0) { in IpSecEspAuthVerifyPayload()1404 UINTN IcvSize; in IpSecEspInboundPacket() local1496 IcvSize = IpSecGetIcvLength (SadEntry->Data->AlgoInfo.EspAlgoInfo.AuthAlgoId); in IpSecEspInboundPacket()1505 MiscSize = sizeof (EFI_ESP_HEADER) + IvSize + IcvSize; in IpSecEspInboundPacket()1523 IcvSize in IpSecEspInboundPacket()1539 EspSize - sizeof (EFI_ESP_HEADER) - IvSize - IcvSize, in IpSecEspInboundPacket()1550 EspTail = (EFI_ESP_TAIL *) (ProcessBuffer + EspSize - IcvSize - sizeof (EFI_ESP_TAIL)); in IpSecEspInboundPacket()[all …]