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

  /system/tpm/trunks/
tpm_constants.h 36 constexpr TPMA_NV TPMA_NV_PPWRITE = 1U << 0;
37 constexpr TPMA_NV TPMA_NV_OWNERWRITE = 1U << 1;
38 constexpr TPMA_NV TPMA_NV_AUTHWRITE = 1U << 2;
39 constexpr TPMA_NV TPMA_NV_POLICYWRITE = 1U << 3;
40 constexpr TPMA_NV TPMA_NV_COUNTER = 1U << 4;
41 constexpr TPMA_NV TPMA_NV_BITS = 1U << 5;
42 constexpr TPMA_NV TPMA_NV_EXTEND = 1U << 6;
43 constexpr TPMA_NV TPMA_NV_POLICY_DELETE = 1U << 10;
44 constexpr TPMA_NV TPMA_NV_WRITELOCKED = 1U << 11;
45 constexpr TPMA_NV TPMA_NV_WRITEALL = 1U << 12
    [all...]
mock_tpm_utility.h 120 TPMA_NV,
tpm_utility.h 257 TPMA_NV attributes,
tpm_utility_impl.h 125 TPMA_NV attributes,
trunks_factory_for_test.cc 283 TPMA_NV attributes,
trunks_client_test.cc 826 TPMA_NV attributes = TPMA_NV_OWNERWRITE | TPMA_NV_AUTHREAD |
    [all...]
tpm_generated.h 468 typedef UINT32 TPMA_NV;
    [all...]
tpm_utility_impl.cc     [all...]
tpm_utility_test.cc     [all...]
tpm_generated.cc     [all...]
  /external/tpm2/
NV_DefineSpace.c 29 TPMA_NV attributes;
66 //TPMA_NV validation.
marshal_test.c 397 value.t.size = sizeof(TPMI_RH_NV_INDEX)+sizeof(TPMI_ALG_HASH)+sizeof(TPMA_NV)+sizeof(UINT16)+sizeof(UINT16);
tpm_types.h     [all...]
tpm_generated.h 300 UINT16 TPMA_NV_Marshal(TPMA_NV* source, BYTE** buffer, INT32* size);
302 TPM_RC TPMA_NV_Unmarshal(TPMA_NV* target, BYTE** buffer, INT32* size);
    [all...]
NV.c 904 TPMA_NV attributes;
    [all...]
tpm_generated.c     [all...]
  /system/tpm/tpm_manager/server/
tpm2_nvram_impl.cc 36 void MapAttributesFromTpm(trunks::TPMA_NV tpm_flags,
62 trunks::TPMA_NV* tpm_flags,
149 trunks::TPMA_NV attribute_flags = 0;
tpm2_nvram_test.cc 39 constexpr trunks::TPMA_NV kNoExtraAttributes = 0;
88 trunks::TPMA_NV extra_attributes,
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h     [all...]

Completed in 119 milliseconds