Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dsta_info.h256 struct crypto_ecdh *fils_ecdh; member
H A 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 …]
H A Dsta_info.c356 crypto_ecdh_deinit(sta->fils_ecdh); in ap_free_sta()
/dragonfly/contrib/wpa_supplicant/src/rsn_supp/
H A 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()
H A Dwpa_i.h160 struct crypto_ecdh *fils_ecdh; member