Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DSession.c572 session->attributes.isDaBound = (bind != TPM_RH_NULL) in SessionCreate()
576 session->attributes.isLockoutBound = (session->attributes.isDaBound == SET) in SessionCreate()
874 session->attributes.isDaBound = oldAttributes.isDaBound; in SessionResetPolicyData()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h293 unsigned isDaBound : 1; //9) SET if the bind entity had noDA CLEAR. member
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c135 if(session->attributes.isDaBound == CLEAR in IncrementLockout()
1601 if(session->attributes.isDaBound == SET) in ParseSessionBuffer()