Home
last modified time | relevance | path

Searched refs:TPMA_NV_READLOCKED (Results 1 – 8 of 8) sorted by relevance

/system/tpm/trunks/
Dtpm_constants.h56 constexpr TPMA_NV TPMA_NV_READLOCKED = 1U << 28; variable
Dtpm_utility_test.cc1701 EXPECT_EQ(TPMA_NV_READLOCKED, public_area.attributes & TPMA_NV_READLOCKED); in TEST_F()
1717 (TPMA_NV_READLOCKED | TPMA_NV_WRITELOCKED), in TEST_F()
1718 public_area.attributes & (TPMA_NV_READLOCKED | TPMA_NV_WRITELOCKED)); in TEST_F()
Dtpm_utility_impl.cc1262 it->second.attributes |= TPMA_NV_READLOCKED; in LockNVSpace()
/system/tpm/tpm_manager/server/
Dtpm2_nvram_impl.cc270 if (nvram_public.attributes & trunks::TPMA_NV_READLOCKED) { in ReadSpace()
334 ((nvram_public.attributes & trunks::TPMA_NV_READLOCKED) != 0); in LockSpace()
448 ((nvram_public.attributes & trunks::TPMA_NV_READLOCKED) != 0); in GetSpaceInfo()
Dtpm2_nvram_test.cc547 trunks::TPMA_NV_READLOCKED | trunks::TPMA_NV_WRITELOCKED, in TEST_F()
/system/tpm/trunks/generator/
Draw_structures_fixed.txt15382 If TPMA_NV_READLOCKED is SET, then the Index may not be read. TPMA_NV_READLOCK will be
15387 these indicators is reported in the TPMA_NV_READLOCKED and TPMA_NV_WRITELOCKED attributes.
15399 TPMA_NV_READLOCKED, TPMA_NV_WRITTEN shall all be CLEAR in the parameter that defines the
15644 TPMA_NV_READLOCKED
15694 TPMA_NV_READLOCKED for this Index.
Draw_structures.txt15393 If TPMA_NV_READLOCKED is SET, then the Index may not be read. TPMA_NV_READLOCK will be
15398 these indicators is reported in the TPMA_NV_READLOCKED and TPMA_NV_WRITELOCKED attributes.
15410 TPMA_NV_READLOCKED, TPMA_NV_WRITTEN shall all be CLEAR in the parameter that defines the
15655 TPMA_NV_READLOCKED
15705 TPMA_NV_READLOCKED for this Index.
Draw_commands_fixed.txt32173 || attributes.TPMA_NV_READLOCKED == SET)
34570 If TPMA_NV_READLOCKED of the NV Index is SET, then the TPM shall return TPM_RC_NV_LOCKED.
34821 TPM shall SET TPMA_NV_READLOCKED for the NV Index. If TPMA_NV_READ_STCLEAR of the NV
34822 Index is CLEAR, then the TPM shall return TPM_RC_NV_ATTRIBUTE. TPMA_NV_READLOCKED will
35028 nvIndex.publicArea.attributes.TPMA_NV_READLOCKED = SET;