Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dcrypto.h958 struct crypto_ecdh * crypto_ecdh_init(int group);
H A Dcrypto_wolfssl.c1699 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() function
H A Dcrypto_openssl.c2036 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() function
/freebsd/contrib/wpa/wpa_supplicant/
H A Dpasn_supplicant.c1059 pasn->ecdh = crypto_ecdh_init(group); in wpas_pasn_start()
/freebsd/contrib/wpa/src/common/
H A Ddpp_crypto.c1992 pfs->ecdh = crypto_ecdh_init(pfs->curve->ike_group); in dpp_pfs_init()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c1821 sta->fils_ecdh = crypto_ecdh_init(group); in handle_auth_fils()
3215 sta->pasn->ecdh = crypto_ecdh_init(pasn_params.group); in handle_auth_pasn_1()
4207 sta->owe_ecdh = crypto_ecdh_init(group); in owe_process_assoc_req()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.c4069 sm->fils_ecdh = crypto_ecdh_init(dh_group); in fils_build_auth()
5040 sm->owe_ecdh = crypto_ecdh_init(group); in owe_build_assoc_req()