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

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-time.cpp105 (PFNRTASN1COREVTCOMPARE)RTAsn1Time_Compare,
162 RTDECL(int) RTAsn1Time_Compare(PCRTASN1TIME pLeft, PCRTASN1TIME pRight) function
236 int iDiff = RTAsn1Time_Compare(pLeft, pRight); \
H A Dasn1-ut-dyntype.cpp132 case RTASN1TYPE_TIME: return RTAsn1Time_Compare(&pLeft->u.Time, &pRight->u.Time);
/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-sanity.cpp43 if (RTAsn1Time_Compare(&pThis->NotBefore, &pThis->NotAfter) > 0)
/vbox/include/iprt/
H A Dmangling.h2340 # define RTAsn1Time_Compare RT_MANGLER(RTAsn1Time_Compare) macro

Completed in 2697 milliseconds