Searched refs:eap_psk_key_setup (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/wpa/src/eap_common/
H A Deap_psk_common.h68 int __must_check eap_psk_key_setup(const u8 *psk, u8 *ak, u8 *kdk);
H A Deap_psk_common.c19 int eap_psk_key_setup(const u8 *psk, u8 *ak, u8 *kdk) function
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_psk.c49 if (eap_psk_key_setup(password, data->ak, data->kdk)) {
/freebsd-current/contrib/wpa/src/eap_server/
H A Deap_server_psk.c284 if (eap_psk_key_setup(sm->user->password, data->ak, data->kdk)) {

Completed in 184 milliseconds