Searched refs:TPMA_NV_READLOCKED (Results 1 – 8 of 8) sorted by relevance
56 constexpr TPMA_NV TPMA_NV_READLOCKED = 1U << 28; variable
1701 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()
1262 it->second.attributes |= TPMA_NV_READLOCKED; in LockNVSpace()
270 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()
547 trunks::TPMA_NV_READLOCKED | trunks::TPMA_NV_WRITELOCKED, in TEST_F()
15382 If TPMA_NV_READLOCKED is SET, then the Index may not be read. TPMA_NV_READLOCK will be15387 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 the15644 TPMA_NV_READLOCKED15694 TPMA_NV_READLOCKED for this Index.
15393 If TPMA_NV_READLOCKED is SET, then the Index may not be read. TPMA_NV_READLOCK will be15398 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 the15655 TPMA_NV_READLOCKED15705 TPMA_NV_READLOCKED for this Index.
32173 || 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 NV34822 Index is CLEAR, then the TPM shall return TPM_RC_NV_ATTRIBUTE. TPMA_NV_READLOCKED will35028 nvIndex.publicArea.attributes.TPMA_NV_READLOCKED = SET;