Home | History | Annotate | Download | only in tpm2

Lines Matching defs:session

21    SESSION      *session;
27 // Get pointer to the session structure
28 session = SessionGet(in->policySession);
30 if(session->commandCode != 0 && session->commandCode != in->code)
39 CryptStartHash(session->authHashAlg, &hashState);
42 CryptUpdateDigest2B(&hashState, &session->u2.policyDigest.b);
51 CryptCompleteHash2B(&hashState, &session->u2.policyDigest.b);
53 // update commandCode value in session context
54 session->commandCode = in->code;