Home
last modified time | relevance | path

Searched refs:crypto_ecdh_init (Results 1 - 13 of 13) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto.h925 struct crypto_ecdh * crypto_ecdh_init(int group);
H A Dcrypto_openssl.c1969 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() function
H A Dcrypto_wolfssl.c1726 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto.h966 * crypto_ecdh_init - Initialize elliptic curve Diffie�CHellman context
972 struct crypto_ecdh * crypto_ecdh_init(int group);
987 * @ecdh: ECDH context from crypto_ecdh_init() or crypto_ecdh_init2()
996 * @ecdh: ECDH context from crypto_ecdh_init() or crypto_ecdh_init2()
1008 * @ecdh: ECDH context from crypto_ecdh_init() or crypto_ecdh_init2()
1014 * @e: ECDH context from crypto_ecdh_init()
H A Dcrypto_wolfssl.c1708 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() function
H A Dcrypto_openssl.c2057 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dpasn_supplicant.c1071 pasn->ecdh = crypto_ecdh_init(group); in wpas_pasn_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa.c3577 sm->fils_ecdh = crypto_ecdh_init(dh_group); in fils_build_auth()
4528 sm->owe_ecdh = crypto_ecdh_init(group); in owe_build_assoc_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11.c1480 sta->fils_ecdh = crypto_ecdh_init(group); in handle_auth_fils()
2690 sta->owe_ecdh = crypto_ecdh_init(group); in owe_process_assoc_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c1834 sta->fils_ecdh = crypto_ecdh_init(group); in handle_auth_fils()
3237 sta->pasn->ecdh = crypto_ecdh_init(pasn_params.group); in handle_auth_pasn_1()
4231 sta->owe_ecdh = crypto_ecdh_init(group); in owe_process_assoc_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_crypto.c1992 pfs->ecdh = crypto_ecdh_init(pfs->curve->ike_group); in dpp_pfs_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c5279 sm->fils_ecdh = crypto_ecdh_init(dh_group);
6262 sm->owe_ecdh = crypto_ecdh_init(group);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c8284 pfs->ecdh = crypto_ecdh_init(pfs->curve->ike_group); in dpp_pfs_init()

Completed in 52 milliseconds