Home | History | Annotate | Download | only in tpm2

Lines Matching full:session

22    SESSION      *session;
28 // Get pointer to the session structure
29 session = SessionGet(in->policySession);
33 if(session->attributes.checkNvWritten == SET)
35 if(( (session->attributes.nvWrittenState == SET)
42 // Set session attributes so that the NV Index needs to be checked
43 session->attributes.checkNvWritten = SET;
44 session->attributes.nvWrittenState = (in->writtenSet == YES);
50 CryptStartHash(session->authHashAlg, &hashState);
53 CryptUpdateDigest2B(&hashState, &session->u2.policyDigest.b);
62 CryptCompleteHash2B(&hashState, &session->u2.policyDigest.b);