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

/vbox/include/iprt/crypto/
H A Ddigest.h172 RTDECL(int) RTCrDigestReset(RTCRDIGEST hDigest);
/vbox/src/VBox/Runtime/common/crypto/
H A Ddigest-core.cpp151 RTDECL(int) RTCrDigestReset(RTCRDIGEST hDigest) function
/vbox/src/VBox/Runtime/testcase/
H A DtstRTDigest.cpp521 rc = RTCrDigestReset(hDigest);
523 return Error("RTCrDigestReset failed: %Rrc", rc);
H A DtstRTDigest-2.cpp136 RTTESTI_CHECK_RC_RETV(RTCrDigestReset(hDigest), VINF_SUCCESS);
174 RTTESTI_CHECK_RC(RTCrDigestReset(hDigest), VINF_SUCCESS);
/vbox/include/iprt/
H A Dmangling.h2372 # define RTCrDigestReset RT_MANGLER(RTCrDigestReset) macro

Completed in 91 milliseconds