Lines Matching refs:AllocateZeroPool

71   SaData = AllocateZeroPool (SaDataSize);
119 Nonce = AllocateZeroPool (Size);
181 Ke = AllocateZeroPool (KeSize);
242 Id = (IKEV2_ID *) AllocateZeroPool (IdSize);
320 Id = (IKEV2_ID *) AllocateZeroPool (IdSize);
401 Digest = AllocateZeroPool (DigestSize);
431 KeyBuf = AllocateZeroPool (DigestSize);
489 Fragments[2].Data = AllocateZeroPool (DigestSize);
516 PayloadBuf = (IKEV2_AUTH *) AllocateZeroPool (AuthPayload->PayloadSize);
653 Digest = AllocateZeroPool (DigestSize);
662 KeyBuf = AllocateZeroPool (DigestSize);
729 Fragments[2].Data = AllocateZeroPool (DigestSize);
780 PayloadBuf = (IKEV2_AUTH *) AllocateZeroPool (AuthPayload->PayloadSize);
895 TsPayloadBuf = AllocateZeroPool (TsPayloadSize);
1151 Notify = (IKEV2_NOTIFY *) AllocateZeroPool (NotifyPayloadLen);
1243 Del = AllocateZeroPool (DelPayloadLen);
1317 Cfg = (IKEV2_CFG *) AllocateZeroPool (PayloadLen);
1387 IkeSaSession->NCookie = AllocateZeroPool (NotifyDataSize);
1476 Cert = AllocateZeroPool (PayloadLen);
1507 HashData = AllocateZeroPool (HashDataSize);
1631 Sa = AllocateZeroPool (SaSize);
1820 SaData = (IKEV2_SA_DATA *) AllocateZeroPool (
1857 Spi = AllocateZeroPool (Proposal->SpiSize);
2289 IkeHeader = AllocateZeroPool (sizeof (IKE_HEADER));
2300 IkeSaSession->RespPacket = AllocateZeroPool (IkePacket->Header->Length);
2313 IkeSaSession->InitPacket = AllocateZeroPool (IkePacket->Header->Length);
2488 IkeSaSession->InitPacket = AllocateZeroPool (IkeSaSession->InitPacketSize);
2504 IkeSaSession->RespPacket = AllocateZeroPool (IkeSaSession->RespPacketSize);
2604 CheckSumData = AllocateZeroPool (CheckSumSize);
2611 IntegrityBuffer = AllocateZeroPool (IntegritySize);
2672 DecryptedBuf = AllocateZeroPool (DecryptedSize);
2824 EncryptedBuf = (UINT8 *) AllocateZeroPool (EncryptedSize);
2848 IvBuffer = (UINT8 *) AllocateZeroPool (IvSize);
2891 EncryptPayloadBuf = AllocateZeroPool (EncryptPayloadSize);
2917 IntegrityBuf = AllocateZeroPool (IkePacket->Header->Length);
2934 CheckSumData = AllocateZeroPool (CheckSumSize);