Home
last modified time | relevance | path

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

/external/tpm2/
DNV_ReadLock.c62 nvIndex.publicArea.attributes.TPMA_NV_READLOCKED = SET; in TPM2_NV_ReadLock()
DNV_DefineSpace.c70 || attributes.TPMA_NV_READLOCKED == SET) in TPM2_NV_DefineSpace()
DNV.c860 if(attributes.TPMA_NV_READLOCKED == SET) in NvEntityStartup()
861 attributes.TPMA_NV_READLOCKED = CLEAR; in NvEntityStartup()
1015 if( nvIndex.publicArea.attributes.TPMA_NV_READLOCKED in NvIndexIsAccessible()
Dtpm_types.h1578 UINT32 TPMA_NV_READLOCKED : 1; member
Dpart3.txt817 iv) If the command requires read access to the index data then TPMA_NV_READLOCKED is
17769 51 || attributes.TPMA_NV_READLOCKED == SET)
19054 If TPMA_NV_READLOCKED of the NV Index is SET, then the TPM shall return TPM_RC_NV_LOCKED.
19189 TPM shall SET TPMA_NV_READLOCKED for the NV Index. If TPMA_NV_READ_STCLEAR of the NV
19190 Index is CLEAR, then the TPM shall return TPM_RC_ATTRIBUTES. TPMA_NV_READLOCKED will be
19296 47 nvIndex.publicArea.attributes.TPMA_NV_READLOCKED = SET;
Dpart4.txt6606 19 // if(nvIndex.publicArea.attributes.TPMA_NV_READLOCKED == SET)
10029 662 if(attributes.TPMA_NV_READLOCKED == SET)
10030 663 attributes.TPMA_NV_READLOCKED = CLEAR;
10219 798 if( nvIndex.publicArea.attributes.TPMA_NV_READLOCKED
/external/tpm2/generator/
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_structures_fixed.txt15368 If TPMA_NV_READLOCKED is SET, then the Index may not be read. TPMA_NV_READLOCK will be
15373 these indicators is reported in the TPMA_NV_READLOCKED and TPMA_NV_WRITELOCKED attributes.
15385 TPMA_NV_READLOCKED, TPMA_NV_WRITTEN shall all be CLEAR in the parameter that defines the
15628 TPMA_NV_READLOCKED
15678 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;
Draw_commands.txt32164 || attributes.TPMA_NV_READLOCKED == SET)
34561 If TPMA_NV_READLOCKED of the NV Index is SET, then the TPM shall return TPM_RC_NV_LOCKED.
34812 TPM shall SET TPMA_NV_READLOCKED for the NV Index. If TPMA_NV_READ_STCLEAR of the NV
34813 Index is CLEAR, then the TPM shall return TPM_RC_NV_ATTRIBUTE. TPMA_NV_READLOCKED will
35019 nvIndex.publicArea.attributes.TPMA_NV_READLOCKED = SET;