Lines Matching defs:user
327 * to the user). Since the RFC requires it, and it can be
358 * win98 (others untested) display the message to the user anyway.
538 const char *user;
541 if ((user = strrchr(username, '\\')) != NULL)
542 ++user;
544 user = username;
550 lwip_sha1_update(&sha1Context, (const unsigned char*)user, strlen(user));
874 const char *user, const char *secret, int secret_len, unsigned char *response,
892 ChapMS2_NT(rchallenge, &response[MS_CHAP2_PEER_CHALLENGE], user,
899 rchallenge, user, authResponse);