Searched refs:SpdEntrySize (Results 1 – 1 of 1) sorted by relevance
1047 UINTN SpdEntrySize; in SetSpdEntry() local1154 SpdEntrySize = ALIGN_VARIABLE (sizeof (IPSEC_SPD_ENTRY)); in SetSpdEntry()1155 SpdEntrySize = ALIGN_VARIABLE (SpdEntrySize + (UINTN)SIZE_OF_SPD_SELECTOR (SpdSel)); in SetSpdEntry()1156 SpdEntrySize += IpSecGetSizeOfEfiSpdData (SpdData); in SetSpdEntry()1158 SpdEntry = AllocateZeroPool (SpdEntrySize); in SetSpdEntry()