Lines Matching refs:fils_ecdh
1863 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()
2262 sta->fils_ecdh = NULL; in prepare_auth_resp_fils()