Home
last modified time | relevance | path

Searched refs:crypto_ecdh_init (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto.h914 struct crypto_ecdh * crypto_ecdh_init(int group);
Dcrypto_wolfssl.c1719 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() function
Dcrypto_openssl.c1957 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() function
/external/wpa_supplicant_8/wpa_supplicant/
Dpasn_supplicant.c990 pasn->ecdh = crypto_ecdh_init(group); in wpas_pasn_start()
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c1801 sta->fils_ecdh = crypto_ecdh_init(group); in handle_auth_fils()
3096 sta->pasn->ecdh = crypto_ecdh_init(pasn_params.group); in handle_auth_pasn_1()
4073 sta->owe_ecdh = crypto_ecdh_init(group); in owe_process_assoc_req()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c4078 sm->fils_ecdh = crypto_ecdh_init(dh_group); in fils_build_auth()
5049 sm->owe_ecdh = crypto_ecdh_init(group); in owe_build_assoc_req()
/external/wpa_supplicant_8/src/common/
Ddpp_crypto.c2636 pfs->ecdh = crypto_ecdh_init(pfs->curve->ike_group); in dpp_pfs_init()