HomeSort by relevance Sort by last modified time
    Searched refs:TPM_CLOCK_ADJUST (Results 1 - 9 of 9) sorted by null

  /external/tpm2/
Time_fp.h 16 void TimeSetAdjustRate(TPM_CLOCK_ADJUST adjust // IN: adjust constant
ClockRateAdjust_fp.h 14 TPM_CLOCK_ADJUST rateAdjust;
Time.c 145 TPM_CLOCK_ADJUST adjust // IN: adjust constant
tpm_generated.h     [all...]
tpm_types.h 177 // Table 18 Definition of TPM_CLOCK_ADJUST Constants < IN>
178 typedef INT8 TPM_CLOCK_ADJUST;
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
tpm_generated.h 441 typedef INT8 TPM_CLOCK_ADJUST;
738 const TPM_CLOCK_ADJUST TPM_CLOCK_COARSE_SLOWER = -3;
739 const TPM_CLOCK_ADJUST TPM_CLOCK_MEDIUM_SLOWER = -2;
740 const TPM_CLOCK_ADJUST TPM_CLOCK_FINE_SLOWER = -1;
741 const TPM_CLOCK_ADJUST TPM_CLOCK_NO_CHANGE = 0;
742 const TPM_CLOCK_ADJUST TPM_CLOCK_FINE_FASTER = 1;
743 const TPM_CLOCK_ADJUST TPM_CLOCK_MEDIUM_FASTER = 2;
744 const TPM_CLOCK_ADJUST TPM_CLOCK_COARSE_FASTER = 3;
    [all...]
mock_tpm.h     [all...]
tpm_generated.cc     [all...]

Completed in 637 milliseconds