Home
last modified time | relevance | path

Searched refs:TPMA_NV_BITS (Results 1 – 5 of 5) sorted by relevance

/external/tpm2/
DNV_DefineSpace.c52 if ( (attributes.TPMA_NV_COUNTER == SET || attributes.TPMA_NV_BITS == SET) in TPM2_NV_DefineSpace()
94 if( attributes.TPMA_NV_BITS == SET) in TPM2_NV_DefineSpace()
108 && attributes.TPMA_NV_BITS == SET) in TPM2_NV_DefineSpace()
113 if( attributes.TPMA_NV_BITS == SET in TPM2_NV_DefineSpace()
DNV_SetBits.c44 if(nvIndex.publicArea.attributes.TPMA_NV_BITS != SET) in TPM2_NV_SetBits()
DNV_Write.c46 || nvIndex.publicArea.attributes.TPMA_NV_BITS == SET in TPM2_NV_Write()
DNV.c1302 if( nvIndex->publicArea.attributes.TPMA_NV_BITS == SET in NvGetIndexData()
1348 && ( nvIndex->publicArea.attributes.TPMA_NV_BITS == SET in NvGetIntIndexData()
Dtpm_types.h1564 UINT32 TPMA_NV_BITS : 1; member