Searched refs:TPM_PT_PERMANENT (Results 1 - 3 of 3) sorted by relevance

/system/tpm/trunks/
H A Dtpm_state_impl.cc52 if (tpm_properties_.count(TPM_PT_PERMANENT) == 0 ||
69 return ((tpm_properties_[TPM_PT_PERMANENT] & kOwnerAuthSetMask) ==
75 return ((tpm_properties_[TPM_PT_PERMANENT] & kEndorsementAuthSetMask) ==
81 return ((tpm_properties_[TPM_PT_PERMANENT] & kLockoutAuthSetMask) ==
92 return ((tpm_properties_[TPM_PT_PERMANENT] & kInLockoutMask) ==
H A Dtpm_state_test.cc44 fake_tpm_properties_[TPM_PT_PERMANENT] = 0x207;
151 fake_tpm_properties_[TPM_PT_PERMANENT] = 0;
167 fake_tpm_properties_[TPM_PT_PERMANENT] = ~0;
210 fake_tpm_properties_[TPM_PT_PERMANENT] = 0x0;
214 fake_tpm_properties_[TPM_PT_PERMANENT] = 0x6;
218 fake_tpm_properties_[TPM_PT_PERMANENT] = 0x5;
222 fake_tpm_properties_[TPM_PT_PERMANENT] = 0x3;
347 fake_tpm_properties_.erase(TPM_PT_PERMANENT);
H A Dtpm_generated.h870 constexpr TPM_PT TPM_PT_PERMANENT = PT_VAR + 0; member in namespace:trunks

Completed in 86 milliseconds