OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TPM_CLOCK_ADJUST
(Results
1 - 2
of
2
) sorted by null
/external/tpm2/
tpm_types.h
177
// Table 18 Definition of
TPM_CLOCK_ADJUST
Constants < IN>
178
typedef INT8
TPM_CLOCK_ADJUST
;
[
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
...]
Completed in 2265 milliseconds