Searched refs:TPM_CLOCK_ADJUST (Results 1 – 7 of 7) sorted by relevance
48 TPM_CLOCK_ADJUST rateAdjust;
120 TPM_CLOCK_ADJUST adjust // IN: adjust constant
306 TPM_CLOCK_ADJUST_Unmarshal(TPM_CLOCK_ADJUST *target, BYTE **buffer, INT32 *size);
205 TPM_CLOCK_ADJUST adjust // IN: adjust constant in TimeSetAdjustRate()
467 typedef INT8 TPM_CLOCK_ADJUST; typedef469 #define TPM_CLOCK_COARSE_SLOWER (TPM_CLOCK_ADJUST)(-3)470 #define TPM_CLOCK_MEDIUM_SLOWER (TPM_CLOCK_ADJUST)(-2)471 #define TPM_CLOCK_FINE_SLOWER (TPM_CLOCK_ADJUST)(-1)472 #define TPM_CLOCK_NO_CHANGE (TPM_CLOCK_ADJUST)(0)473 #define TPM_CLOCK_FINE_FASTER (TPM_CLOCK_ADJUST)(1)474 #define TPM_CLOCK_MEDIUM_FASTER (TPM_CLOCK_ADJUST)(2)475 #define TPM_CLOCK_COARSE_FASTER (TPM_CLOCK_ADJUST)(3)
192 UNMARSHAL_DISPATCH(TPM_CLOCK_ADJUST),
365 TPM_CLOCK_ADJUST_Unmarshal(TPM_CLOCK_ADJUST *target, BYTE **buffer, INT32 *size) in TPM_CLOCK_ADJUST_Unmarshal()