Home
last modified time | relevance | path

Searched defs:SESSION_ATTRIBUTES (Results 1 – 1 of 1) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h267 typedef struct SESSION_ATTRIBUTES struct
269 unsigned isPolicy : 1; //1) SET if the session may only be used
271 unsigned isAudit : 1; //2) SET if the session is used for audit
272 unsigned isBound : 1; //3) SET if the session is bound to with an
275 unsigned isCpHashDefined : 1; //4) SET if the cpHash has been defined
278 unsigned isAuthValueNeeded : 1; //5) SET if the authValue is required for
282 unsigned isPasswordNeeded : 1; //6) SET if a password authValue is required
285 unsigned isPPRequired : 1; //7) SET if physical presence is required to
289 unsigned isTrialPolicy : 1; //8) SET if the policy session is created
316 } SESSION_ATTRIBUTES; argument