Home
last modified time | relevance | path

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

/external/tpm2/
DGlobal.h298 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()