Lines Matching full:session
16 SESSION *session;
22 // Get pointer to the session structure
23 session = SessionGet(in->policySession);
28 CryptStartHash(session->authHashAlg, &hashState);
31 CryptUpdateDigest2B(&hashState, &session->u2.policyDigest.b);
37 CryptCompleteHash2B(&hashState, &session->u2.policyDigest.b);
39 // update isAuthValueNeeded bit in the session context
40 session->attributes.isAuthValueNeeded = SET;
41 session->attributes.isPasswordNeeded = CLEAR;