Searched refs:auchDig (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp1165 unsigned char auchDig[RTSHA256_HASH_SIZE]; local
1170 RTSha256Final(&pInt->ctx.Sha256, auchDig);
1175 RTSha1Final(&pInt->ctx.Sha1, auchDig);
1182 rc = RTSha256ToString(auchDig, pszDigest, cbDigest + 1);
1184 rc = RTSha1ToString(auchDig, pszDigest, cbDigest + 1);

Completed in 47 milliseconds