Home
last modified time | relevance | path

Searched refs:IsNvCounterIndex (Results 1 – 4 of 4) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/NVStorage/
DNV_Increment.c68 if(!IsNvCounterIndex(nvIndex->publicArea.attributes)) in TPM2_NV_Increment()
DNV_Write.c79 if(IsNvCounterIndex(attributes) in TPM2_NV_Write()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DNvDynamic.c1120 if(IsNvCounterIndex(nvIndex->publicArea.attributes)) in NvWriteIndexData()
1253 if(!NvTestSpace(entrySize, TRUE, IsNvCounterIndex(publicArea->attributes))) in NvDefineIndex()
1332 if(IsNvCounterIndex(nvIndex->publicArea.attributes) in NvDeleteIndex()
1696 if(IsNvCounterIndex(attributes)) in NvCapGetCounterNumber()
1716 if(!IsNvCounterIndex(attributes)) in NvSetStartupAttributes()
1785 if(IsNvCounterIndex(attributes) in NvEntityStartup()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DNV.h69 # define IsNvCounterIndex(attributes) \ macro