Searched refs:g_updateNV (Results 1 - 6 of 6) sorted by relevance

/external/tpm2/
H A DExecCommand.c90 // even when in failure mode. Otherwise, g_updateNV would stay SET while in
92 g_updateNV = FALSE;
309 g_updateNV = TRUE;
328 if(g_updateNV && !g_inFailureMode)
330 g_updateNV = FALSE;
H A DNV_Increment.c66 g_updateNV = TRUE;
H A DGlobal.c30 BOOL g_updateNV; variable
H A DNV.c302 g_updateNV = TRUE;
348 g_updateNV = TRUE;
606 g_updateNV = TRUE;
871 g_updateNV = TRUE;
943 g_updateNV = TRUE;
1408 g_updateNV = TRUE;
1457 if(g_updateNV == FALSE)
1462 if(g_updateNV || nvIndex->publicArea.attributes.TPMA_NV_ORDERLY == CLEAR)
1478 g_updateNV = TRUE;
1801 g_updateNV
[all...]
H A DGlobal.h605 // g_updateNV
612 extern BOOL g_updateNV;
620 // g_updateNV. If this flag is TRUE, and the orderly state is not SHUTDOWN_NONE, then the orderly state
H A DSessionProcess.c130 g_updateNV = TRUE;
149 g_updateNV = TRUE;
1053 g_updateNV = TRUE;
1556 // NOTE: When the hash algorithm is changed, g_updateNV is set in order to
1576 g_updateNV = TRUE;

Completed in 168 milliseconds