Home
last modified time | relevance | path

Searched refs:eap_sake_compute_mic (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_sake.c269 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p, in eap_sake_process_challenge()
314 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p, in eap_sake_process_confirm()
351 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p, in eap_sake_process_confirm()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_sake.c200 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p, in eap_sake_build_confirm()
353 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p, in eap_sake_process_challenge()
394 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p, in eap_sake_process_confirm()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_sake_common.h87 int eap_sake_compute_mic(const u8 *tek_auth,
H A Deap_sake_common.c335 int eap_sake_compute_mic(const u8 *tek_auth, in eap_sake_compute_mic() function