Searched refs:Millis (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dtsp-template.h63 RTASN1TMPL_MEMBER_CONSTR_U64_MIN_MAX(Millis, 1, UINT64_MAX, RT_NOTHING));
64 /** @todo The Millis and Micros fields makes no sense if Seconds > 1, while the
65 * Micros field makes no sense with Millis > 1. Add constraints
67 RTASN1TMPL_MEMBER_OPT_ITAG_EX( Millis, RTASN1INTEGER, RTAsn1Integer, 0, RTASN1TMPL_ITAG_F_CP,
68 RTASN1TMPL_MEMBER_CONSTR_U64_MIN_MAX(Millis, 1, 999, RT_NOTHING));
70 RTASN1TMPL_MEMBER_CONSTR_U64_MIN_MAX(Millis, 1, 999, RT_NOTHING));
/vbox/include/iprt/crypto/
H A Dtsp.h68 * This will be larger than 0. If 1 inspect the Millis field. */
72 RTASN1INTEGER Millis; member in struct:RTCRTSPACCURACY

Completed in 44 milliseconds