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

/system/tpm/trunks/
H A Dtpm_state_test.cc53 fake_tpm_properties_[TPM_PT_NV_BUFFER_MAX] = 2048;
274 bool has_buffer = fake_tpm_properties_.count(TPM_PT_NV_BUFFER_MAX) > 0;
278 fake_tpm_properties_[TPM_PT_NV_BUFFER_MAX]));
284 fake_tpm_properties_[TPM_PT_NV_BUFFER_MAX]);
295 fake_tpm_properties_[TPM_PT_NV_BUFFER_MAX] = 10;
299 fake_tpm_properties_[TPM_PT_NV_BUFFER_MAX] = 20;
303 fake_tpm_properties_[TPM_PT_NV_BUFFER_MAX] = 5;
307 fake_tpm_properties_.erase(TPM_PT_NV_BUFFER_MAX);
311 fake_tpm_properties_.erase(TPM_PT_NV_BUFFER_MAX);
H A Dtpm_state_impl.cc162 if (GetTpmProperty(TPM_PT_NV_BUFFER_MAX, &max_nv_buffer) &&
H A Dtpm_generated.h868 constexpr TPM_PT TPM_PT_NV_BUFFER_MAX = PT_FIXED + 44; member in namespace:trunks

Completed in 53 milliseconds