Home
last modified time | relevance | path

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

/external/tpm2/
DSession.c404 session->attributes.isDaBound = (bind != TPM_RH_NULL) in SessionCreate()
407 session->attributes.isLockoutBound = (session->attributes.isDaBound == SET) in SessionCreate()
DGlobal.h286 unsigned isDaBound : 1; //9) SET if the bind entity had noDA member
DSessionProcess.c105 if( session->attributes.isDaBound == CLEAR in IncrementLockout()
1315 if(session->attributes.isDaBound == SET) in ParseSessionBuffer()
Dpart4.txt1871 157 unsigned isDaBound : 1; //9) SET if the bind entity had noDA
3830 73 if( session->attributes.isDaBound == CLEAR
5255 1185 if(session->attributes.isDaBound == SET)
14607 330 session->attributes.isDaBound = (bind != TPM_RH_NULL)
14611 334 session->attributes.isLockoutBound = (session->attributes.isDaBound == SET)