Home | History | Annotate | Download | only in tpm2

Lines Matching refs:SET

20 //     b) an object with noDA bit SET,
21 // c) an NV Index with TPMA_NV_NO_DA bit SET, or
48 result = (object->publicArea.objectAttributes.noDA == SET);
55 result = (nvIndex.publicArea.attributes.TPMA_NV_NO_DA == SET);
103 if(session->attributes.isLockoutBound == SET)
198 // bit is SET, or
312 // 1. userWithAuth bit is SET, or
315 && (object->publicArea.objectAttributes.userWithAuth == SET
329 if (nvIndex.publicArea.attributes.TPMA_NV_AUTHWRITE == SET)
334 if (nvIndex.publicArea.attributes.TPMA_NV_AUTHREAD == SET)
432 == SET)
438 == SET)
622 && (session->attributes.isAuthValueNeeded == SET))
780 // command code set.
792 // See if the locality has been set
818 if( session->attributes.isPPRequired == SET
848 if( (nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == SET)
849 != (session->attributes.nvWrittenState == SET))
916 // Can't have any attributes set other than continueSession bit
936 if( ( session->attributes.isPolicy == SET
950 // If the session is used for parameter encryption or audit as well, set
964 // All checks passed, so set the index for the session used to decrypt
980 // All checks passed, so set the index for the session used to encrypt
998 && session->attributes.isAudit == SET)
1000 // Not first use or reset. If auditExlusive is SET, then this
1002 if( s_attributes[sessionIndex].auditExclusive == SET
1012 // Set the number of sessions found.
1177 && session->attributes.isPasswordNeeded == SET)
1309 if(session->attributes.isTrialPolicy == SET)
1315 if(session->attributes.isDaBound == SET)
1317 result = CheckLockedOut(session->attributes.isLockoutBound == SET);
1488 session->attributes.isAudit = SET;
1493 // Set the original digest value to be 0.
1556 // NOTE: When the hash algorithm is changed, g_updateNV is set in order to
1623 if(s_attributes[i].audit == SET)
1628 // the auditSetting bits indicate a reset, initialize it and set
1631 || s_attributes[i].auditReset == SET
1647 s_attributes[i].auditExclusive = SET;
1760 // If the session is a policy session with isPasswordNeeded SET, the auth
1763 && session->attributes.isPasswordNeeded == SET)
1935 // Make sure that continueSession is SET on any Password session.
1941 s_attributes[i].continueSession = SET;