Home
last modified time | relevance | path

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

/external/tpm2/
DGlobal.h292 unsigned isLockoutBound : 1; //10)SET if the session is bound to member
DSession.c407 session->attributes.isLockoutBound = (session->attributes.isDaBound == SET) in SessionCreate()
DSessionProcess.c103 if(session->attributes.isLockoutBound == SET) in IncrementLockout()
1317 result = CheckLockedOut(session->attributes.isLockoutBound == SET); in ParseSessionBuffer()
Dpart4.txt1877 163 unsigned isLockoutBound : 1; //10)SET if the session is bound to
3827 70 if(session->attributes.isLockoutBound == SET)
5257 1187 result = CheckLockedOut(session->attributes.isLockoutBound == SET);
14611 334 session->attributes.isLockoutBound = (session->attributes.isDaBound == SET)