Searched defs:digestType (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/checksum/
H A Dx509.cpp131 * @param digestType Type of digest
137 RTDIGESTTYPE digestType,
142 if(digestType == RTDIGESTTYPE_SHA1)
148 else if(digestType == RTDIGESTTYPE_SHA256)
169 RTDECL(int) RTRSAVerify(void *pvBuf, unsigned int cbSize, const char* pManifestDigestIn, RTDIGESTTYPE digestType) argument
189 rc = RTConvertDigestToBinary(pManifestDigestIn,&pManifestDigestOut, digestType, &diglen);
135 RTConvertDigestToBinary(const char* digest, unsigned char** pOutDigest, RTDIGESTTYPE digestType, unsigned int* lengthOfDigest) argument
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp1715 uint32_t digestType = (pShaStorage->fSha256 == true) ? RTMANIFEST_ATTR_SHA256: RTMANIFEST_ATTR_SHA1; local
1720 digestType,
1784 uint32_t digestType = (pShaStorage->fSha256 == true) ? RTMANIFEST_ATTR_SHA256: RTMANIFEST_ATTR_SHA1; local
1789 digestType,
H A DApplianceImplImport.cpp995 RTDIGESTTYPE digestType; local
996 vrc = RTManifestVerifyDigestType(pBuf, cbRead, &digestType);
1010 if (digestType == RTDIGESTTYPE_SHA256)
2108 RTDIGESTTYPE digestType; local
2113 vrc = RTManifestVerifyDigestType(pvCertBuf, cbCertSize, &digestType);
2122 vrc = RTRSAVerify(pvCertBuf, (unsigned int)cbCertSize, manifestDigest.c_str(), digestType);

Completed in 59 milliseconds