Home
last modified time | relevance | path

Searched refs:eap_sim_prf (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/wpa/wpa_supplicant/tests/
HDtest_eap_sim_common.c30 eap_sim_prf(xkey, buf, sizeof(buf)); in test_eap_sim_prf()
/NextBSD/contrib/wpa/src/eap_common/
HDeap_sim_common.c22 static int eap_sim_prf(const u8 *key, u8 *x, size_t xlen) in eap_sim_prf() function
81 if (eap_sim_prf(mk, buf, sizeof(buf)) < 0) { in eap_sim_derive_keys()
146 if (eap_sim_prf(xkey, buf, sizeof(buf)) < 0) { in eap_sim_derive_keys_reauth()