Home
last modified time | relevance | path

Searched refs:TPM_CLOCK_ADJUST (Results 1 – 7 of 7) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DClockRateAdjust_fp.h48 TPM_CLOCK_ADJUST rateAdjust;
DTime_fp.h120 TPM_CLOCK_ADJUST adjust // IN: adjust constant
DMarshal_fp.h306 TPM_CLOCK_ADJUST_Unmarshal(TPM_CLOCK_ADJUST *target, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DTime.c205 TPM_CLOCK_ADJUST adjust // IN: adjust constant in TimeSetAdjustRate()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h467 typedef INT8 TPM_CLOCK_ADJUST; typedef
469 #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)
DCommandDispatchData.h192 UNMARSHAL_DISPATCH(TPM_CLOCK_ADJUST),
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c365 TPM_CLOCK_ADJUST_Unmarshal(TPM_CLOCK_ADJUST *target, BYTE **buffer, INT32 *size) in TPM_CLOCK_ADJUST_Unmarshal()