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

/vbox/include/iprt/crypto/
H A Dx509.h160 * @sa RTCrX509GeneralName_ConstraintMatch,
310 RTDECL(bool) RTCrX509GeneralName_ConstraintMatch(PCRTCRX509GENERALNAME pConstraint, PCRTCRX509GENERALNAME pName);
/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-core.cpp1129 RTDECL(bool) RTCrX509GeneralName_ConstraintMatch(PCRTCRX509GENERALNAME pConstraint, PCRTCRX509GENERALNAME pName) function
1217 return RTCrX509GeneralName_ConstraintMatch(&pConstraint->Base, &pName->Base);
H A Dx509-certpaths.cpp1509 if (RTCrX509GeneralName_ConstraintMatch(&pThis->v.papPermittedSubtrees[i]->Base, pGeneralName))
1556 if (RTCrX509GeneralName_ConstraintMatch(&pSubTrees->paItems[j].Base, pGeneralName))
/vbox/include/iprt/
H A Dmangling.h2677 # define RTCrX509GeneralName_ConstraintMatch RT_MANGLER(RTCrX509GeneralName_ConstraintMatch) macro

Completed in 91 milliseconds