Searched refs:NrBlock (Results 1 – 4 of 4) sorted by relevance
172 UINT8 *NrBlock; member201 UINT8 *NrBlock; member
198 IkeSaSession->NrBlock, in Ikev2InitPskGenerator()340 IkeSaSession->NrBlock = NonceBuffer; in Ikev2InitPskParser()385 IkeSaSession->NrBlock = IkeGenerateNonce (IKE_NONCE_SIZE); in Ikev2InitPskParser()386 ASSERT (IkeSaSession->NrBlock != NULL); in Ikev2InitPskParser()1728 CopyMem (KeyBuffer + IkeSaSession->NiBlkSize, IkeSaSession->NrBlock, IkeSaSession->NrBlkSize); in Ikev2GenerateSaKeys()1757 Fragments[1].Data = IkeSaSession->NrBlock; in Ikev2GenerateSaKeys()1767 IPSEC_DUMP_BUF (">>> NrBlock", IkeSaSession->NrBlock, IkeSaSession->NrBlkSize); in Ikev2GenerateSaKeys()2007 Fragments[2].Data = ChildSaSession->NrBlock; in Ikev2GenerateChildSaKeys()
455 if (IkeSaSession->NrBlock != NULL) { in Ikev2SaSessionFree()456 FreePool (IkeSaSession->NrBlock); in Ikev2SaSessionFree()817 if (ChildSaSession->NrBlock != NULL) { in Ikev2ChildSaSessionFree()818 FreePool (ChildSaSession->NrBlock); in Ikev2ChildSaSessionFree()1890 ChildSaSession->NrBlock = AllocateZeroPool (IkeSaSession->NrBlkSize); in Ikev2ChildSaSessionCreate()1891 if (ChildSaSession->NrBlock == NULL) { in Ikev2ChildSaSessionCreate()1897 CopyMem (ChildSaSession->NrBlock, IkeSaSession->NrBlock, IkeSaSession->NrBlkSize); in Ikev2ChildSaSessionCreate()
513 Fragments[1].Data = IkeSaSession->NrBlock; in Ikev2PskGenerateAuthPayload()750 Fragments[1].Data = IkeSaSession->NrBlock; in Ikev2CertGenerateAuthPayload()