Home
last modified time | relevance | path

Searched refs:mschapv2_remove_domain (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/eap_peer/
H A Dmschapv2.c15 const u8 * mschapv2_remove_domain(const u8 *username, size_t *len) in mschapv2_remove_domain() function
51 username = mschapv2_remove_domain(identity, &username_len); in mschapv2_derive_response()
H A Dmschapv2.h17 const u8 * mschapv2_remove_domain(const u8 *username, size_t *len);
H A Deap_mschapv2.c538 username = mschapv2_remove_domain(username, &username_len); in eap_mschapv2_change_password()