Searched defs:iNode (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/common/crypto/ |
H A D | x509-certpaths.cpp | 226 uint32_t iNode; member in struct:RTCRX509CERTPATHSINT::__anon16556 2361 "Intermediate certificate (#%u) is not marked as a CA", pThis->v.iNode); 2371 "Hit max path length at node #%u", pThis->v.iNode); 2388 pThis->v.iNode, pTbsCert->T3.fKeyUsage); 2417 "Node #%u has an unknown critical extension: %s", pThis->v.iNode, pCur->ExtnId.szObjId); 2499 uint32_t iNode = pThis->v.iNode = 1; /* We count to cNode (inclusive). Same a validation tree depth. */ 2513 if (!rtCrX509CpvWorkValidPolicyTree(pThis, iNode, pNode, fSelfIssued)) /* Step 6.1.3.d-f */ 2521 Assert(iNode == pThis->v.cNodes); 2533 && !rtCrX509CpvSoakUpPolicyMappings(pThis, iNode, pTbsCer [all...] |
Completed in 66 milliseconds