Home
last modified time | relevance | path

Searched refs:GetTpmProperty (Results 1 – 2 of 2) sorted by relevance

/system/tpm/trunks/
Dtpm_state_impl.cc58 TPM_RC result = GetTpmProperty(TPM_PT_PERMANENT, &permanent_flags_); in Initialize()
63 result = GetTpmProperty(TPM_PT_STARTUP_CLEAR, &startup_clear_flags_); in Initialize()
68 result = GetTpmProperty(TPM_PT_LOCKOUT_COUNTER, &lockout_counter_); in Initialize()
73 result = GetTpmProperty(TPM_PT_MAX_AUTH_FAIL, &lockout_threshold_); in Initialize()
78 result = GetTpmProperty(TPM_PT_LOCKOUT_INTERVAL, &lockout_interval_); in Initialize()
83 result = GetTpmProperty(TPM_PT_LOCKOUT_RECOVERY, &lockout_recovery_); in Initialize()
220 TPM_RC TpmStateImpl::GetTpmProperty(uint32_t property, in GetTpmProperty() function in trunks::TpmStateImpl
Dtpm_state_impl.h60 TPM_RC GetTpmProperty(uint32_t property, uint32_t* value);