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

/vbox/src/VBox/Runtime/common/crypto/
H A Dpkcs7-verify.cpp605 uint32_t const cDigests = pSignedData->DigestAlgorithms.cItems; local
606 if (!cDigests) /** @todo we might have to support this... */
609 if (cDigests > RT_ELEMENTS(ahDigests))
611 "Too many digest algorithm: cAlgorithms=%u", cDigests);
616 for (i = 0; i < cDigests; i++)
629 for (i = 0; i < cDigests && RT_SUCCESS(rc); i++)
748 i = cDigests;

Completed in 70 milliseconds