Lines Matching refs:SET
131 // pointed by the iter. If there is no more element in the set, a 0 value is returned indicating the end of
301 // Set the flag so that NV changes are committed before the command completes.
347 // Set the flag so that NV changes are committed before the command completes.
605 // Set the flag that a NV write happens
870 // Set the flag so that an NV write happens before the command completes.
882 // b) reset NV Index data that has TPMA_NV_CLEAR_STCLEAR SET; and
883 // c) set the lower bits in orderly counters to 1 for a non-orderly startup
912 if(attributes.TPMA_NV_READLOCKED == SET)
914 if( attributes.TPMA_NV_WRITELOCKED == SET
921 if(attributes.TPMA_NV_CLEAR_STCLEAR == SET)
930 && attributes.TPMA_NV_ORDERLY == SET
942 // Set the flag that a NV write happens
945 // Set the lower bits in an orderly counter to 1 for a non-orderly startup
947 && attributes.TPMA_NV_WRITTEN == SET)
949 if( attributes.TPMA_NV_ORDERLY == SET
950 && attributes.TPMA_NV_COUNTER == SET)
960 SET;
961 // Set the lower bits of counter to 1's
978 // This set of functions provide accessing NV Index and persistent objects based using a handle for
1211 // status of the object is set so that the slot will get freed on exit
1212 object->attributes.evict = SET;
1269 if( nvIndex.publicArea.attributes.TPMA_NV_COUNTER == SET
1270 && nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == SET)
1300 // also requires that TPMA_NV_WRITTEN of the Index is SET.
1311 pAssert(nvIndex->publicArea.attributes.TPMA_NV_WRITTEN == SET);
1312 if( nvIndex->publicArea.attributes.TPMA_NV_BITS == SET
1313 || nvIndex->publicArea.attributes.TPMA_NV_COUNTER == SET)
1322 if(nvIndex->publicArea.attributes.TPMA_NV_ORDERLY == SET)
1357 pAssert( nvIndex->publicArea.attributes.TPMA_NV_WRITTEN == SET
1358 && ( nvIndex->publicArea.attributes.TPMA_NV_BITS == SET
1359 || nvIndex->publicArea.attributes.TPMA_NV_COUNTER == SET
1364 if(nvIndex->publicArea.attributes.TPMA_NV_ORDERLY == SET)
1448 nvIndex->publicArea.attributes.TPMA_NV_WRITTEN = SET;
1454 if(nvIndex->publicArea.attributes.TPMA_NV_ORDERLY == SET)
1558 if(publicArea->attributes.TPMA_NV_ORDERLY == SET
1571 if(publicArea->attributes.TPMA_NV_ORDERLY == SET)
1599 stored_attributes.evict = SET;
1646 && object->attributes.ppsHierarchy == SET)
1648 && ( object->attributes.spsHierarchy == SET
1649 || object->attributes.epsHierarchy == SET)));
1695 if(nvIndex.publicArea.attributes.TPMA_NV_COUNTER == SET
1696 && nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == SET)
1706 if(nvIndex.publicArea.attributes.TPMA_NV_ORDERLY == SET)
1749 if(nvIndex.publicArea.attributes.TPMA_NV_ORDERLY == SET)
1760 && object.attributes.ppsHierarchy == SET)
1762 && object.attributes.spsHierarchy == SET)
1764 && object.attributes.epsHierarchy == SET)
1784 // This function is used to SET the TPMA_NV_WRITELOCKED attribute for all NV Indices that have
1785 // TPMA_NV_GLOBALLOCK SET. This function is use by TPM2_NV_GlobalWriteLock().
1802 if(nvIndex.publicArea.attributes.TPMA_NV_GLOBALLOCK == SET)
1805 nvIndex.publicArea.attributes.TPMA_NV_WRITELOCKED = SET;
1808 // Set the flag that a NV write happens
1947 // and there are still handles to report, set more.
2017 // Get the number of defined NV Indexes that have NV TPMA_NV_COUNTER attribute SET.
2034 if(nvIndex.publicArea.attributes.TPMA_NV_COUNTER == SET) num++;