Searched refs:OutHashData (Results 1 – 1 of 1) sorted by relevance
455 UINT8 *OutHashData; in IpSecCryptoIoHmac() local459 OutHashData = NULL; in IpSecCryptoIoHmac()469 OutHashData = AllocatePool (OutHashSize); in IpSecCryptoIoHmac()471 if (OutHashData == NULL) { in IpSecCryptoIoHmac()512 if (mIpsecAuthAlgorithmList[Index].HmacFinal (HashContext, OutHashData)) { in IpSecCryptoIoHmac()517 CopyMem (OutData, OutHashData, OutDataSize); in IpSecCryptoIoHmac()532 if (OutHashData != NULL) { in IpSecCryptoIoHmac()533 FreePool (OutHashData); in IpSecCryptoIoHmac()575 UINT8 *OutHashData; in IpSecCryptoIoHash() local579 OutHashData = NULL; in IpSecCryptoIoHash()[all …]