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

/vbox/include/iprt/crypto/
H A Dtaf.h61 RTASN1INTEGER PathLenConstraint; member in struct:RTCRTAFCERTPATHCONTROLS
H A Dx509.h506 RTASN1INTEGER PathLenConstraint; member in struct:RTCRX509BASICCONSTRAINTS
/vbox/src/VBox/Runtime/common/crypto/
H A Dtaf-template.h41 RTASN1TMPL_MEMBER_OPT_ITAG_EX( PathLenConstraint, RTASN1INTEGER, RTAsn1Integer, 4, RTASN1TMPL_ITAG_F_CP, RT_NOTHING);
H A Dx509-template.h308 RTASN1TMPL_MEMBER_OPT_ITAG_UP( PathLenConstraint, RTASN1INTEGER, RTAsn1Integer, ASN1_TAG_INTEGER);
H A Dx509-certpaths.cpp2377 if (RTAsn1Integer_IsPresent(&pBasicConstraints->PathLenConstraint))
2378 if (RTAsn1Integer_UnsignedCompareWithU32(&pBasicConstraints->PathLenConstraint, pThis->v.cMaxPathLength) < 0)
2379 pThis->v.cMaxPathLength = pBasicConstraints->PathLenConstraint.uValue.s.Lo;

Completed in 66 milliseconds