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

/vbox/src/VBox/Runtime/common/checksum/
H A Dsha256str.cpp45 RTDECL(int) RTSha256FromString(char const *pszDigest, uint8_t pabDigest[RTSHA256_HASH_SIZE]) function
/vbox/include/iprt/
H A Dsha.h225 RTDECL(int) RTSha256FromString(char const *pszDigest, uint8_t pabDigest[RTSHA256_HASH_SIZE]);
H A Dmangling.h1353 # define RTSha256FromString RT_MANGLER(RTSha256FromString) macro
/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp817 rc = RTSha256FromString(szCalculatedDigest, abCalculatedHash);
824 rc = RTSha256FromString(pszFileDigest, abFileHash);
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp876 rc = RTSha256FromString(pszTarballDigest, abDigest);

Completed in 160 milliseconds