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

/vbox/src/VBox/Runtime/common/checksum/
H A Dopenssl-sha256.cpp43 RTDECL(void) RTSha256(const void *pvBuf, size_t cbBuf, uint8_t pabDigest[RTSHA256_HASH_SIZE]) function
50 RT_EXPORT_SYMBOL(RTSha256); variable
H A Dalt-sha256.cpp599 RTDECL(void) RTSha256(const void *pvBuf, size_t cbBuf, uint8_t pabDigest[RTSHA256_HASH_SIZE]) function
606 RT_EXPORT_SYMBOL(RTSha256); variable
/vbox/src/VBox/HostServices/auth/simple/
H A DVBoxAuthSimple.cpp117 RTSha256(szPassword, strlen(szPassword), abDigest);
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIDownloaderExtensionPack.cpp110 RTSha256(receivedData.constData(), receivedData.length(), abHash);
/vbox/include/iprt/
H A Dsha.h176 RTDECL(void) RTSha256(const void *pvBuf, size_t cbBuf, uint8_t pabDigest[RTSHA256_HASH_SIZE]);
208 * @param pabDigest The binary digest returned by RTSha256Final or RTSha256.
H A Dmangling.h1351 # define RTSha256 RT_MANGLER(RTSha256) macro
/vbox/src/VBox/VMM/testcase/
H A DtstCompressionBenchmark.cpp138 RTSha256(pabSrc, cbSrc, abSha256Hash);
208 RTSha256(&pabSrc[iPage * PAGE_SIZE], PAGE_SIZE, abSha256Hash);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTDigest-2.cpp782 RTSha256(pszString, strlen(pszString), abHash);
787 RTSha256(pszString, strlen(pszString), abHash);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp2416 RTSha256(argv[0], strlen(argv[0]), abDigest);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp1156 RTSha256(pvTmpBuf, cbSize, &digest[0]);

Completed in 119 milliseconds