Home
last modified time | relevance | path

Searched refs:hexdigest (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/updater/
Dblockimg.c377 char* hexdigest = NULL; in VerifyBlocks() local
386 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()