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

/vbox/src/VBox/Main/src-all/
H A DHashedPw.cpp96 RTSha512(a_pstrPassword->c_str(), a_pstrPassword->length(), abHash);
/vbox/src/VBox/Runtime/common/checksum/
H A Dopenssl-sha512.cpp43 RTDECL(void) RTSha512(const void *pvBuf, size_t cbBuf, uint8_t pabDigest[RTSHA512_HASH_SIZE]) function
50 RT_EXPORT_SYMBOL(RTSha512); variable
H A Dalt-sha512.cpp588 RTDECL(void) RTSha512(const void *pvBuf, size_t cbBuf, uint8_t pabDigest[RTSHA512_HASH_SIZE]) function
595 RT_EXPORT_SYMBOL(RTSha512); variable
/vbox/include/iprt/
H A Dsha.h382 RTDECL(void) RTSha512(const void *pvBuf, size_t cbBuf, uint8_t pabDigest[RTSHA512_HASH_SIZE]);
414 * @param pabDigest The binary digest returned by RTSha512Final or RTSha512.
H A Dmangling.h1365 # define RTSha512 RT_MANGLER(RTSha512) macro
/vbox/src/VBox/VMM/testcase/
H A DtstCompressionBenchmark.cpp146 RTSha512(pabSrc, cbSrc, abSha512Hash);
216 RTSha512(&pabSrc[iPage * PAGE_SIZE], PAGE_SIZE, abSha512Hash);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTDigest-2.cpp988 RTSha512(pszString, strlen(pszString), abHash);
993 RTSha512(pszString, strlen(pszString), abHash);
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp2248 RTSha512(aKey.c_str(), aKey.length(), m->SettingsCipherKey);

Completed in 111 milliseconds