Home
last modified time | relevance | path

Searched refs:fils_ecdh (Results 1 – 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dsta_info.h256 struct crypto_ecdh *fils_ecdh; member
Dieee802_11.c1479 crypto_ecdh_deinit(sta->fils_ecdh); in handle_auth_fils()
1480 sta->fils_ecdh = crypto_ecdh_init(group); in handle_auth_fils()
1481 if (!sta->fils_ecdh) { in handle_auth_fils()
1489 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in handle_auth_fils()
1509 sta->fils_dh_ss = crypto_ecdh_set_peerkey(sta->fils_ecdh, 1, in handle_auth_fils()
1519 crypto_ecdh_deinit(sta->fils_ecdh); in handle_auth_fils()
1520 sta->fils_ecdh = NULL; in handle_auth_fils()
1720 if (sta->fils_dh_ss && sta->fils_ecdh) { in prepare_auth_resp_fils()
1721 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in prepare_auth_resp_fils()
1874 crypto_ecdh_deinit(sta->fils_ecdh); in prepare_auth_resp_fils()
[all …]
Dsta_info.c356 crypto_ecdh_deinit(sta->fils_ecdh); in ap_free_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dsta_info.h297 struct crypto_ecdh *fils_ecdh; member
Dieee802_11.c1820 crypto_ecdh_deinit(sta->fils_ecdh); in handle_auth_fils()
1821 sta->fils_ecdh = crypto_ecdh_init(group); in handle_auth_fils()
1822 if (!sta->fils_ecdh) { in handle_auth_fils()
1830 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in handle_auth_fils()
1850 sta->fils_dh_ss = crypto_ecdh_set_peerkey(sta->fils_ecdh, 1, in handle_auth_fils()
1860 crypto_ecdh_deinit(sta->fils_ecdh); in handle_auth_fils()
1861 sta->fils_ecdh = NULL; in handle_auth_fils()
2063 if (sta->fils_dh_ss && sta->fils_ecdh) { in prepare_auth_resp_fils()
2064 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in prepare_auth_resp_fils()
2217 crypto_ecdh_deinit(sta->fils_ecdh); in prepare_auth_resp_fils()
[all …]
Dsta_info.c383 crypto_ecdh_deinit(sta->fils_ecdh); in ap_free_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa.c2691 crypto_ecdh_deinit(sm->fils_ecdh); in wpa_sm_deinit()
3576 crypto_ecdh_deinit(sm->fils_ecdh); in fils_build_auth()
3577 sm->fils_ecdh = crypto_ecdh_init(dh_group); in fils_build_auth()
3578 if (!sm->fils_ecdh) { in fils_build_auth()
3584 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_build_auth()
3724 if (!sm->fils_ecdh) { in fils_process_auth()
3728 dh_ss = crypto_ecdh_set_peerkey(sm->fils_ecdh, 1, pos, in fils_process_auth()
3934 if (!sm->fils_ecdh) { in fils_process_auth()
3938 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_process_auth()
Dwpa_i.h160 struct crypto_ecdh *fils_ecdh; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa.c2976 crypto_ecdh_deinit(sm->fils_ecdh); in wpa_sm_deinit()
4068 crypto_ecdh_deinit(sm->fils_ecdh); in fils_build_auth()
4069 sm->fils_ecdh = crypto_ecdh_init(dh_group); in fils_build_auth()
4070 if (!sm->fils_ecdh) { in fils_build_auth()
4076 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_build_auth()
4216 if (!sm->fils_ecdh) { in fils_process_auth()
4220 dh_ss = crypto_ecdh_set_peerkey(sm->fils_ecdh, 1, pos, in fils_process_auth()
4434 if (!sm->fils_ecdh) { in fils_process_auth()
4438 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_process_auth()
Dwpa_i.h202 struct crypto_ecdh *fils_ecdh; member