Home | History | Annotate | Download | only in tpm2

Lines Matching refs:CLEAR

786 //                                        TPM2_Startup(CLEAR) is required
830 // a) clear read/write lock;
848 // Iterate all the NV Index to clear the locks
860 // Clear read/write lock
862 attributes.TPMA_NV_READLOCKED = CLEAR;
864 && ( attributes.TPMA_NV_WRITTEN == CLEAR
865 || attributes.TPMA_NV_WRITEDEFINE == CLEAR
868 attributes.TPMA_NV_WRITELOCKED = CLEAR;
872 attributes.TPMA_NV_WRITTEN = CLEAR;
873 attributes.TPMA_NV_WRITELOCKED = CLEAR;
880 && attributes.TPMA_NV_COUNTER == CLEAR
882 attributes.TPMA_NV_WRITTEN = CLEAR;
907 nvIndex.publicArea.attributes.TPMA_NV_ORDERLY = CLEAR;
967 // TPM_RC_HANDLE the handle points to an undefined NV Index If shEnable is CLEAR,
969 // is CLEAR, this would include and index created using platform auth
994 // if shEnable is CLEAR, an ownerCreate NV Index should not be
996 if(nvIndex.publicArea.attributes.TPMA_NV_PLATFORMCREATE == CLEAR)
1001 // if phEnableNV is CLEAR, a platform created Index should not
1319 if(nvIndex->publicArea.attributes.TPMA_NV_WRITTEN == CLEAR)
1335 // to clear orderlyState to reflect that we have changed the
1343 if(g_updateNV || nvIndex->publicArea.attributes.TPMA_NV_ORDERLY == CLEAR)
1345 // Processing for an index with TPMA_NV_ORDERLY CLEAR
1571 if( nvIndex.publicArea.attributes.TPMA_NV_PLATFORMCREATE == CLEAR)