Lines Matching refs:user
276 * to the user). Since the RFC requires it, and it can be
306 * win98 (others untested) display the message to the user anyway.
484 char *user;
487 if ((user = strrchr(username, '\\')) != NULL)
488 ++user;
490 user = username;
495 SHA1_Update(&sha1Context, (unsigned char *)user, strlen(user));
857 char *user, char *secret, int secret_len, MS_Chap2Response *response,
875 ChapMS2_NT((char *)rchallenge, response->PeerChallenge, user,
881 user, authResponse);