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

/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-certpaths.cpp240 PCRTCRX509GENERALSUBTREE *papPermittedSubtrees; member in struct:RTCRX509CERTPATHSINT::__anon16556
1321 void *pvNew = RTMemRealloc(pThis->v.papPermittedSubtrees, cNew * sizeof(pThis->v.papPermittedSubtrees[0]));
1325 pThis->v.papPermittedSubtrees = (PCRTCRX509GENERALSUBTREE *)pvNew;
1367 pThis->v.papPermittedSubtrees[iDst] = &paSubtrees[iSrc];
1405 PCRTCRX509GENERALSUBTREE *papLeft = pThis->v.papPermittedSubtrees;
1417 pThis->v.papPermittedSubtrees = NULL;
1485 PCRTCRX509GENERALSUBTREE pConstraint = pThis->v.papPermittedSubtrees[i];
1509 if (RTCrX509GeneralName_ConstraintMatch(&pThis->v.papPermittedSubtrees[i]->Base, pGeneralName))
1876 if (pThis->v.papPermittedSubtrees)
[all...]

Completed in 3145 milliseconds