Searched refs:get_master_key (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A D | ms_funcs.h | 41 int get_master_key(const u8 *password_hash_hash, const u8 *nt_response,
|
H A D | ms_funcs.c | 325 int get_master_key(const u8 *password_hash_hash, const u8 *nt_response, in get_master_key() function
|
H A D | crypto_module_tests.c | 2549 if (get_master_key(password_hash_hash, nt_response, buf) || in test_ms_funcs()
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | mschapv2.c | 103 if (get_master_key(password_hash_hash, nt_response, master_key)) in mschapv2_derive_response()
|
H A D | eap_mschapv2.c | 622 get_master_key(password_hash_hash, cp->nt_response, in eap_mschapv2_change_password()
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_mschapv2.c | 440 get_master_key(pw_hash_hash, nt_response, in eap_mschapv2_process_response()
|