Searched defs:pDigest (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-core.cpp129 RTDECL(int) RTCrX509AlgorithmIdentifier_CompareDigestAndEncryptedDigest(PCRTCRX509ALGORITHMIDENTIFIER pDigest, argument
133 if (!strcmp(pDigest->Algorithm.szObjId, RTCRX509ALGORITHMIDENTIFIERID_MD5))
138 else if (!strcmp(pDigest->Algorithm.szObjId, RTCRX509ALGORITHMIDENTIFIERID_SHA1))
143 else if (!strcmp(pDigest->Algorithm.szObjId, RTCRX509ALGORITHMIDENTIFIERID_SHA256))
148 else if (!strcmp(pDigest->Algorithm.szObjId, RTCRX509ALGORITHMIDENTIFIERID_SHA512))
154 else if (!strcmp(pDigest->Algorithm.szObjId, RTCRX509ALGORITHMIDENTIFIERID_MD2))
159 else if (!strcmp(pDigest->Algorithm.szObjId, RTCRX509ALGORITHMIDENTIFIERID_MD4))
164 else if (!strcmp(pDigest->Algorithm.szObjId, RTCRX509ALGORITHMIDENTIFIERID_SHA384))
169 else if (!strcmp(pDigest->Algorithm.szObjId, RTCRX509ALGORITHMIDENTIFIERID_SHA224))
174 else if (!strcmp(pDigest
[all...]
/vbox/src/VBox/Runtime/common/zip/
H A Dxarvfs.cpp506 * @param pDigest Where to return the expected message digest.
509 uint8_t *puHashFunction, PRTZIPXARHASHDIGEST pDigest)
513 RT_ZERO(*pDigest);
538 rc = RTSha1FromString(pszDigest, pDigest->abSha1);
541 rc = RTMd5FromString(pszDigest, pDigest->abMd5);
508 rtZipXarParseChecksumElem(xml::ElementNode const *pParentElem, const char *pszName, uint8_t *puHashFunction, PRTZIPXARHASHDIGEST pDigest) argument
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwincrypt.h415 CRYPT_DATA_BLOB *pDigest; member in struct:_CPS_URLS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwincrypt.h415 CRYPT_DATA_BLOB *pDigest; member in struct:_CPS_URLS

Completed in 89 milliseconds