Searched refs:TPMA_NV_READLOCKED (Results 1 – 10 of 10) sorted by relevance
/external/tpm2/ |
D | NV_ReadLock.c | 62 nvIndex.publicArea.attributes.TPMA_NV_READLOCKED = SET; in TPM2_NV_ReadLock()
|
D | NV_DefineSpace.c | 70 || attributes.TPMA_NV_READLOCKED == SET) in TPM2_NV_DefineSpace()
|
D | NV.c | 860 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()
|
D | tpm_types.h | 1578 UINT32 TPMA_NV_READLOCKED : 1; member
|
D | part3.txt | 817 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;
|
D | part4.txt | 6606 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/ |
D | raw_structures.txt | 15393 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.
|
D | raw_structures_fixed.txt | 15368 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.
|
D | raw_commands_fixed.txt | 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 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;
|
D | raw_commands.txt | 32164 || 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;
|