Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dsta_info.h294 struct crypto_ecdh *fils_ecdh; member
Dieee802_11.c1863 crypto_ecdh_deinit(sta->fils_ecdh); in handle_auth_fils()
1864 sta->fils_ecdh = crypto_ecdh_init(group); in handle_auth_fils()
1865 if (!sta->fils_ecdh) { in handle_auth_fils()
1873 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in handle_auth_fils()
1893 sta->fils_dh_ss = crypto_ecdh_set_peerkey(sta->fils_ecdh, 1, in handle_auth_fils()
1903 crypto_ecdh_deinit(sta->fils_ecdh); in handle_auth_fils()
1904 sta->fils_ecdh = NULL; in handle_auth_fils()
2108 if (sta->fils_dh_ss && sta->fils_ecdh) { in prepare_auth_resp_fils()
2109 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in prepare_auth_resp_fils()
2261 crypto_ecdh_deinit(sta->fils_ecdh); in prepare_auth_resp_fils()
[all …]
Dsta_info.c444 crypto_ecdh_deinit(sta->fils_ecdh); in ap_free_sta()
/hostap-latest/src/rsn_supp/
Dwpa.c4378 crypto_ecdh_deinit(sm->fils_ecdh); in wpa_sm_deinit()
5828 crypto_ecdh_deinit(sm->fils_ecdh); in fils_build_auth()
5829 sm->fils_ecdh = crypto_ecdh_init(dh_group); in fils_build_auth()
5830 if (!sm->fils_ecdh) { in fils_build_auth()
5836 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_build_auth()
5981 if (!sm->fils_ecdh) { in fils_process_auth()
5985 dh_ss = crypto_ecdh_set_peerkey(sm->fils_ecdh, 1, pos, in fils_process_auth()
6207 if (!sm->fils_ecdh) { in fils_process_auth()
6211 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_process_auth()
Dwpa_i.h213 struct crypto_ecdh *fils_ecdh; member