Home
last modified time | relevance | path

Searched refs:crypto_ecdh (Results 1 – 8 of 8) sorted by relevance

/hostap-3.6.0/src/crypto/
Dcrypto.h949 struct crypto_ecdh;
958 struct crypto_ecdh * crypto_ecdh_init(int group);
968 struct crypto_ecdh * crypto_ecdh_init2(int group,
978 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y);
989 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y,
996 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh);
1003 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh);
Dcrypto_wolfssl.c1695 struct crypto_ecdh { struct
1699 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() argument
1701 struct crypto_ecdh *ecdh = NULL; in crypto_ecdh_init()
1732 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
1741 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
1773 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
1820 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
Dcrypto_openssl.c2031 struct crypto_ecdh { struct
2036 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() argument
2038 struct crypto_ecdh *ecdh; in crypto_ecdh_init()
2095 struct crypto_ecdh * crypto_ecdh_init2(int group, struct crypto_ec_key *own_key) in crypto_ecdh_init2()
2097 struct crypto_ecdh *ecdh; in crypto_ecdh_init2()
2121 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
2181 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
2276 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
2286 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
/hostap-3.6.0/src/ap/
Dsta_info.h95 struct crypto_ecdh *ecdh;
297 struct crypto_ecdh *fils_ecdh;
306 struct crypto_ecdh *owe_ecdh;
/hostap-3.6.0/src/rsn_supp/
Dwpa_i.h202 struct crypto_ecdh *fils_ecdh;
211 struct crypto_ecdh *owe_ecdh;
/hostap-3.6.0/src/common/
Ddpp.h657 struct crypto_ecdh *ecdh;
Ddpp_crypto.c484 struct crypto_ecdh *ecdh; in dpp_ecdh()
/hostap-3.6.0/wpa_supplicant/
Dwpa_supplicant_i.h571 struct crypto_ecdh *ecdh;