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

/vbox/src/VBox/Runtime/common/checksum/
H A Dsha512str.cpp45 RTDECL(int) RTSha512FromString(char const *pszDigest, uint8_t pabDigest[RTSHA512_HASH_SIZE]) function
/vbox/src/VBox/Main/src-all/
H A DHashedPw.cpp66 int rc = RTSha512FromString(pszSaltEnd + 1, abHash);
/vbox/include/iprt/
H A Dsha.h431 RTDECL(int) RTSha512FromString(char const *pszDigest, uint8_t pabDigest[RTSHA512_HASH_SIZE]);
H A Dmangling.h1367 # define RTSha512FromString RT_MANGLER(RTSha512FromString) macro

Completed in 3309 milliseconds