Home
last modified time | relevance | path

Searched refs:isLockoutBound (Results 1 – 3 of 3) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DSession.c576 session->attributes.isLockoutBound = (session->attributes.isDaBound == SET) in SessionCreate()
875 session->attributes.isLockoutBound = oldAttributes.isLockoutBound; in SessionResetPolicyData()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h298 unsigned isLockoutBound : 1; //10) SET if the session is bound to member
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c133 if(session->attributes.isLockoutBound == SET) in IncrementLockout()
1603 result = CheckLockedOut(session->attributes.isLockoutBound == SET); in ParseSessionBuffer()