Searched refs:hexdigest (Results 1 – 1 of 1) sorted by relevance
377 char* hexdigest = NULL; in VerifyBlocks() local386 hexdigest = PrintSha1(digest); in VerifyBlocks()388 if (hexdigest != NULL) { in VerifyBlocks()389 rc = strcmp(expected, hexdigest); in VerifyBlocks()393 expected, hexdigest); in VerifyBlocks()396 free(hexdigest); in VerifyBlocks()