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

/vbox/src/VBox/Runtime/common/crypto/
H A Dpkcs7-verify.cpp604 RTCRDIGEST ahDigests[2]; local
609 if (cDigests > RT_ELEMENTS(ahDigests))
618 rc = RTCrDigestCreateByObjId(&ahDigests[i], &pSignedData->DigestAlgorithms.paItems[i].Algorithm);
631 rc = RTCrDigestUpdate(ahDigests[i], pvContent, cbContent);
633 rc = RTCrDigestFinal(ahDigests[i], NULL, 0);
647 rc = rtCrPkcs7VerifyFindDigest(&hThisDigest, pSignedData, pSignerInfo, ahDigests, pErrInfo);
752 int rc2 = RTCrDigestRelease(ahDigests[i]);

Completed in 44 milliseconds