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

/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-certpaths.cpp129 uint32_t cMoreExpectedPolicySet; member in struct:RTCRX509CERTPATHSPOLICYNODE
1598 pNode->cMoreExpectedPolicySet = 0;
2085 if (!fMatch && pCur->cMoreExpectedPolicySet)
2086 for (uint32_t j = 0; !fMatch && j < pCur->cMoreExpectedPolicySet; j++)
2127 for (uint32_t j = 0; j < pCur->cMoreExpectedPolicySet; j++)
2202 uint32_t iExpected = pCur->cMoreExpectedPolicySet;
2208 pCur->cMoreExpectedPolicySet, iDepth);
2211 pCur->cMoreExpectedPolicySet = iExpected + 1;

Completed in 67 milliseconds