Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dsta_info.h294 struct crypto_ecdh *fils_ecdh; member
H A 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()
2106 if (sta->fils_dh_ss && sta->fils_ecdh) { in prepare_auth_resp_fils()
2107 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in prepare_auth_resp_fils()
2259 crypto_ecdh_deinit(sta->fils_ecdh); in prepare_auth_resp_fils()
[all …]
H A Dsta_info.c440 crypto_ecdh_deinit(sta->fils_ecdh); in ap_free_sta()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h210 struct crypto_ecdh *fils_ecdh; member
H A Dwpa.c4191 crypto_ecdh_deinit(sm->fils_ecdh); in wpa_sm_deinit()
5459 crypto_ecdh_deinit(sm->fils_ecdh); in fils_build_auth()
5460 sm->fils_ecdh = crypto_ecdh_init(dh_group); in fils_build_auth()
5461 if (!sm->fils_ecdh) { in fils_build_auth()
5467 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_build_auth()
5612 if (!sm->fils_ecdh) { in fils_process_auth()
5616 dh_ss = crypto_ecdh_set_peerkey(sm->fils_ecdh, 1, pos, in fils_process_auth()
5838 if (!sm->fils_ecdh) { in fils_process_auth()
5842 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_process_auth()