OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTpmProperty
(Results
1 - 2
of
2
) sorted by null
/system/tpm/trunks/
tpm_state_impl.cc
58
TPM_RC result =
GetTpmProperty
(TPM_PT_PERMANENT, &permanent_flags_);
63
result =
GetTpmProperty
(TPM_PT_STARTUP_CLEAR, &startup_clear_flags_);
68
result =
GetTpmProperty
(TPM_PT_LOCKOUT_COUNTER, &lockout_counter_);
73
result =
GetTpmProperty
(TPM_PT_MAX_AUTH_FAIL, &lockout_threshold_);
78
result =
GetTpmProperty
(TPM_PT_LOCKOUT_INTERVAL, &lockout_interval_);
83
result =
GetTpmProperty
(TPM_PT_LOCKOUT_RECOVERY, &lockout_recovery_);
220
TPM_RC TpmStateImpl::
GetTpmProperty
(uint32_t property,
tpm_state_impl.h
60
TPM_RC
GetTpmProperty
(uint32_t property, uint32_t* value);
Completed in 154 milliseconds