Searched refs:nt_response (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | mschapv2.c | 38 u8 *nt_response, u8 *auth_response, in mschapv2_derive_response() argument 65 password, nt_response) || in mschapv2_derive_response() 68 username, username_len, nt_response, in mschapv2_derive_response() 77 nt_response) || in mschapv2_derive_response() 82 nt_response, in mschapv2_derive_response() 87 nt_response, MSCHAPV2_NT_RESPONSE_LEN); in mschapv2_derive_response() 100 if (get_master_key(password_hash_hash, nt_response, master_key)) in mschapv2_derive_response()
|
D | mschapv2.h | 20 u8 *nt_response, u8 *auth_response,
|
D | eap_mschapv2.c | 49 u8 nt_response[MSCHAPV2_NT_RESPONSE_LEN]; member 58 u8 nt_response[MSCHAPV2_NT_RESPONSE_LEN]; member 191 peer_challenge, r->nt_response, in eap_mschapv2_challenge_reply() 557 cp->nt_response); in eap_mschapv2_change_password() 559 cp->nt_response, MSCHAPV2_NT_RESPONSE_LEN); in eap_mschapv2_change_password() 567 cp->nt_response, data->auth_response); in eap_mschapv2_change_password() 574 get_master_key(password_hash_hash, cp->nt_response, in eap_mschapv2_change_password()
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | ms_funcs.h | 25 const u8 *nt_response, u8 *response); 30 const u8 *nt_response, u8 *response); 41 int get_master_key(const u8 *password_hash_hash, const u8 *nt_response,
|
D | ms_funcs.c | 231 const u8 *nt_response, u8 *response) in generate_authenticator_response_pwhash() argument 254 addr1[1] = nt_response; in generate_authenticator_response_pwhash() 287 const u8 *nt_response, u8 *response) in generate_authenticator_response() argument 294 username, username_len, nt_response, response); in generate_authenticator_response() 325 int get_master_key(const u8 *password_hash_hash, const u8 *nt_response, in get_master_key() argument 338 addr[1] = nt_response; in get_master_key()
|