HomeSort by relevance Sort by last modified time
    Searched refs:TPMA_NV_WRITTEN (Results 1 - 11 of 11) sorted by null

  /external/tpm2/
NV_SetBits.c 48 if(nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == CLEAR)
61 || nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == CLEAR)
72 // TPMA_NV_WRITTEN.
NV_Extend.c 51 || nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == CLEAR)
65 if(nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == SET)
87 // Note, this routine will SET the TPMA_NV_WRITTEN attribute if necessary
NV_Increment.c 46 if(nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == CLEAR)
72 // TPMA_NV_WRITTEN attribute
NV_spt.c 64 if(nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == CLEAR)
NV.c 864 && ( attributes.TPMA_NV_WRITTEN == CLEAR
872 attributes.TPMA_NV_WRITTEN = CLEAR;
882 attributes.TPMA_NV_WRITTEN = CLEAR;
896 && attributes.TPMA_NV_WRITTEN == SET)
    [all...]
NV_DefineSpace.c 68 if( attributes.TPMA_NV_WRITTEN == SET
SessionProcess.c     [all...]
tpm_types.h     [all...]
  /system/tpm/trunks/
tpm_constants.h 41 const TPMA_NV TPMA_NV_WRITTEN = 1U << 29;
tpm_utility_impl.cc     [all...]
tpm_utility_test.cc     [all...]

Completed in 92 milliseconds