Home | History | Annotate | Download | only in tpm2

Lines Matching refs:SET

44    // is SET but phEnableNV is CLEAR, we have to check here
52 if ( (attributes.TPMA_NV_COUNTER == SET || attributes.TPMA_NV_BITS == SET)
67 // Locks may not be SET and written cannot be SET
68 if( attributes.TPMA_NV_WRITTEN == SET
69 || attributes.TPMA_NV_WRITELOCKED == SET
70 || attributes.TPMA_NV_READLOCKED == SET)
90 if( attributes.TPMA_NV_COUNTER == SET)
94 if( attributes.TPMA_NV_BITS == SET)
98 if( attributes.TPMA_NV_EXTEND == SET)
102 if( attributes.TPMA_NV_POLICY_DELETE == SET)
107 if( attributes.TPMA_NV_COUNTER == SET
108 && attributes.TPMA_NV_BITS == SET)
110 if( attributes.TPMA_NV_COUNTER == SET
111 && attributes.TPMA_NV_EXTEND == SET)
113 if( attributes.TPMA_NV_BITS == SET
114 && attributes.TPMA_NV_EXTEND == SET)
118 // TPMA_NV_WRITEDEFINE SET
119 if( attributes.TPMA_NV_CLEAR_STCLEAR == SET
120 && ( attributes.TPMA_NV_COUNTER == SET
121 || attributes.TPMA_NV_WRITEDEFINE == SET)
126 if( ( in->publicInfo.t.nvPublic.attributes.TPMA_NV_PLATFORMCREATE == SET
135 // If TPMA_NV_POLICY_DELETE is SET, then the index must be defined by
137 if( in->publicInfo.t.nvPublic.attributes.TPMA_NV_POLICY_DELETE == SET
144 if( in->publicInfo.t.nvPublic.attributes.TPMA_NV_EXTEND == SET