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

/vbox/include/iprt/
H A Dx509-branch-collision.h60 RTDECL(int) RTRSAVerify(void *pvBuf, unsigned int cbSize, const char* pManifestDigestIn, RTDIGESTTYPE digestType);
H A Dmangling.h1231 # define RTRSAVerify RT_MANGLER(RTRSAVerify) macro
/vbox/src/VBox/Runtime/common/checksum/
H A Dx509.cpp169 RTDECL(int) RTRSAVerify(void *pvBuf, unsigned int cbSize, const char* pManifestDigestIn, RTDIGESTTYPE digestType) function
245 RT_EXPORT_SYMBOL(RTRSAVerify); variable
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp2122 vrc = RTRSAVerify(pvCertBuf, (unsigned int)cbCertSize, manifestDigest.c_str(), digestType);

Completed in 80 milliseconds