Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dcrypto.h960 struct crypto_ecdh * crypto_ecdh_init(int group);
Dcrypto_mbedtls_alt.c1792 struct crypto_ecdh *crypto_ecdh_init(int group) in crypto_ecdh_init() function
Dcrypto_wolfssl.c2129 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() function
Dcrypto_openssl.c2634 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() function
/hostap-latest/src/pasn/
Dpasn_responder.c726 pasn->ecdh = crypto_ecdh_init(pasn_params.group); in handle_auth_pasn_1()
Dpasn_initiator.c884 pasn->ecdh = crypto_ecdh_init(group); in wpas_pasn_send_auth_1()
/hostap-latest/src/common/
Ddpp_crypto.c2020 pfs->ecdh = crypto_ecdh_init(pfs->curve->ike_group); in dpp_pfs_init()
/hostap-latest/src/rsn_supp/
Dwpa.c5829 sm->fils_ecdh = crypto_ecdh_init(dh_group); in fils_build_auth()
6827 sm->owe_ecdh = crypto_ecdh_init(group); in owe_build_assoc_req()
/hostap-latest/src/ap/
Dieee802_11.c1864 sta->fils_ecdh = crypto_ecdh_init(group); in handle_auth_fils()
3659 sta->owe_ecdh = crypto_ecdh_init(group); in owe_process_assoc_req()