Lines Matching refs:username
12 const u8 * mschapv2_remove_domain(const u8 *username, size_t *len) in mschapv2_remove_domain() argument
23 if (username[i] == '\\') { in mschapv2_remove_domain()
25 return username + i + 1; in mschapv2_remove_domain()
29 return username; in mschapv2_remove_domain()
41 const u8 *username; in mschapv2_derive_response() local
48 username = mschapv2_remove_domain(identity, &username_len); in mschapv2_derive_response()
50 username, username_len); in mschapv2_derive_response()
57 username, username_len); in mschapv2_derive_response()
64 username, username_len, in mschapv2_derive_response()
68 username, username_len, nt_response, in mschapv2_derive_response()
75 username, username_len, in mschapv2_derive_response()
81 username, username_len, in mschapv2_derive_response()