HomeSort by relevance Sort by last modified time
    Searched refs:TPM_PT_NV_INDEX_MAX (Results 1 - 7 of 7) sorted by null

  /system/tpm/trunks/
tpm_state_test.cc 52 fake_tpm_properties_[TPM_PT_NV_INDEX_MAX] = 2048;
273 bool has_index = fake_tpm_properties_.count(TPM_PT_NV_INDEX_MAX) > 0;
277 std::min(fake_tpm_properties_[TPM_PT_NV_INDEX_MAX],
281 fake_tpm_properties_[TPM_PT_NV_INDEX_MAX]);
294 fake_tpm_properties_[TPM_PT_NV_INDEX_MAX] = 20;
298 fake_tpm_properties_[TPM_PT_NV_INDEX_MAX] = 10;
302 fake_tpm_properties_.erase(TPM_PT_NV_INDEX_MAX);
306 fake_tpm_properties_[TPM_PT_NV_INDEX_MAX] = 5;
310 fake_tpm_properties_.erase(TPM_PT_NV_INDEX_MAX);
tpm_state_impl.cc 158 if (!GetTpmProperty(TPM_PT_NV_INDEX_MAX, &max_nv_size)) {
tpm_generated.h 847 constexpr TPM_PT TPM_PT_NV_INDEX_MAX = PT_FIXED + 23;
    [all...]
  /external/tpm2/
PropertyCap.c 142 case TPM_PT_NV_INDEX_MAX:
tpm_types.h 275 #define TPM_PT_NV_INDEX_MAX ((TPM_PT)(PT_FIXED + 23))
    [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 559 #define TPM_PT_NV_INDEX_MAX (TPM_PT)(PT_FIXED + 23)
    [all...]

Completed in 403 milliseconds