Lines Matching refs:username
15 const u8 * mschapv2_remove_domain(const u8 *username, size_t *len) in mschapv2_remove_domain() argument
26 if (username[i] == '\\') { in mschapv2_remove_domain()
28 return username + i + 1; in mschapv2_remove_domain()
32 return username; in mschapv2_remove_domain()
44 const u8 *username; in mschapv2_derive_response() local
51 username = mschapv2_remove_domain(identity, &username_len); in mschapv2_derive_response()
53 username, username_len); in mschapv2_derive_response()
60 username, username_len); in mschapv2_derive_response()
67 username, username_len, in mschapv2_derive_response()
71 username, username_len, nt_response, in mschapv2_derive_response()
78 username, username_len, in mschapv2_derive_response()
84 username, username_len, in mschapv2_derive_response()