Home
last modified time | relevance | path

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

/external/tpm2/
DNV_SetBits.c48 if(nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == CLEAR) in TPM2_NV_SetBits()
61 || nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == CLEAR) in TPM2_NV_SetBits()
DNV_Extend.c51 || nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == CLEAR) in TPM2_NV_Extend()
65 if(nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == SET) in TPM2_NV_Extend()
DNV.c914 && ( attributes.TPMA_NV_WRITTEN == CLEAR in NvEntityStartup()
922 attributes.TPMA_NV_WRITTEN = CLEAR; in NvEntityStartup()
932 attributes.TPMA_NV_WRITTEN = CLEAR; in NvEntityStartup()
946 && attributes.TPMA_NV_WRITTEN == SET) in NvEntityStartup()
1261 && nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == SET) in NvInitialCounter()
1301 pAssert(nvIndex->publicArea.attributes.TPMA_NV_WRITTEN == SET); in NvGetIndexData()
1347 pAssert( nvIndex->publicArea.attributes.TPMA_NV_WRITTEN == SET in NvGetIntIndexData()
1436 if(nvIndex->publicArea.attributes.TPMA_NV_WRITTEN == CLEAR) in NvWriteIndexData()
1438 nvIndex->publicArea.attributes.TPMA_NV_WRITTEN = SET; in NvWriteIndexData()
1686 && nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == SET) in NvDeleteEntity()
DNV_Increment.c46 if(nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == CLEAR) in TPM2_NV_Increment()
DNV_spt.c64 if(nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == CLEAR) in NvReadAccessChecks()
DNV_DefineSpace.c68 if( attributes.TPMA_NV_WRITTEN == SET in TPM2_NV_DefineSpace()
Dtpm_types.h1582 UINT32 TPMA_NV_WRITTEN : 1; member
DSessionProcess.c848 if( (nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == SET) in CheckPolicyAuthSession()