Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11.c1476 crypto_ecdh_deinit(sta->fils_ecdh); in handle_auth_fils()
1477 sta->fils_ecdh = crypto_ecdh_init(group); in handle_auth_fils()
1478 if (!sta->fils_ecdh) { in handle_auth_fils()
1486 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in handle_auth_fils()
1506 sta->fils_dh_ss = crypto_ecdh_set_peerkey(sta->fils_ecdh, 1, in handle_auth_fils()
1516 crypto_ecdh_deinit(sta->fils_ecdh); in handle_auth_fils()
1517 sta->fils_ecdh = NULL; in handle_auth_fils()
1717 if (sta->fils_dh_ss && sta->fils_ecdh) { in prepare_auth_resp_fils()
1718 pub = crypto_ecdh_get_pubkey(sta->fils_ecdh, 1); in prepare_auth_resp_fils()
1869 crypto_ecdh_deinit(sta->fils_ecdh); in prepare_auth_resp_fils()
[all …]
Dsta_info.h252 struct crypto_ecdh *fils_ecdh; member
Dsta_info.c355 crypto_ecdh_deinit(sta->fils_ecdh); in ap_free_sta()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c2665 crypto_ecdh_deinit(sm->fils_ecdh); in wpa_sm_deinit()
3546 crypto_ecdh_deinit(sm->fils_ecdh); in fils_build_auth()
3547 sm->fils_ecdh = crypto_ecdh_init(dh_group); in fils_build_auth()
3548 if (!sm->fils_ecdh) { in fils_build_auth()
3554 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_build_auth()
3694 if (!sm->fils_ecdh) { in fils_process_auth()
3698 dh_ss = crypto_ecdh_set_peerkey(sm->fils_ecdh, 1, pos, in fils_process_auth()
3904 if (!sm->fils_ecdh) { in fils_process_auth()
3908 pub = crypto_ecdh_get_pubkey(sm->fils_ecdh, 1); in fils_process_auth()
Dwpa_i.h159 struct crypto_ecdh *fils_ecdh; member