Searched refs:HashedMsg (Results 1 – 1 of 1) sorted by relevance
244 UINT8 *HashedMsg; in CheckTSTInfo() local251 HashedMsg = NULL; in CheckTSTInfo()284 HashedMsg = AllocateZeroPool (MdSize); in CheckTSTInfo()285 if (HashedMsg == NULL) { in CheckTSTInfo()290 EVP_DigestFinal (&MdCtx, HashedMsg, NULL); in CheckTSTInfo()292 (CompareMem (HashedMsg, ASN1_STRING_data (Imprint->HashedMessage), MdSize) != 0)) { in CheckTSTInfo()318 if (HashedMsg != NULL) { in CheckTSTInfo()319 FreePool (HashedMsg); in CheckTSTInfo()