Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto.h963 struct crypto_ecdh;
972 struct crypto_ecdh * crypto_ecdh_init(int group);
982 struct crypto_ecdh * crypto_ecdh_init2(int group,
992 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y);
1003 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y,
1010 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh);
1017 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh);
Dcrypto_wolfssl.c1704 struct crypto_ecdh { struct
1708 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() argument
1710 struct crypto_ecdh *ecdh = NULL; in crypto_ecdh_init()
1741 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
1750 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
1782 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
1829 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
Dcrypto_openssl.c2052 struct crypto_ecdh { struct
2057 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() argument
2059 struct crypto_ecdh *ecdh; in crypto_ecdh_init()
2116 struct crypto_ecdh * crypto_ecdh_init2(int group, struct crypto_ec_key *own_key) in crypto_ecdh_init2()
2118 struct crypto_ecdh *ecdh; in crypto_ecdh_init2()
2142 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
2202 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
2297 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
2307 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto.h923 struct crypto_ecdh;
925 struct crypto_ecdh * crypto_ecdh_init(int group);
926 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y);
927 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y,
929 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh);
Dcrypto_wolfssl.c1722 struct crypto_ecdh { struct
1726 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() argument
1728 struct crypto_ecdh *ecdh = NULL; in crypto_ecdh_init()
1759 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
1768 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
1800 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
Dcrypto_openssl.c1964 struct crypto_ecdh { struct
1969 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() argument
1971 struct crypto_ecdh *ecdh; in crypto_ecdh_init()
2028 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
2088 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
2183 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dsta_info.h95 struct crypto_ecdh *ecdh;
297 struct crypto_ecdh *fils_ecdh;
306 struct crypto_ecdh *owe_ecdh;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dsta_info.h256 struct crypto_ecdh *fils_ecdh;
265 struct crypto_ecdh *owe_ecdh;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa_i.h160 struct crypto_ecdh *fils_ecdh;
169 struct crypto_ecdh *owe_ecdh;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.h20 struct crypto_ecdh;
487 struct crypto_ecdh *ecdh;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa_i.h202 struct crypto_ecdh *fils_ecdh;
211 struct crypto_ecdh *owe_ecdh;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp.h630 struct crypto_ecdh *ecdh;
Ddpp_crypto.c484 struct crypto_ecdh *ecdh; in dpp_ecdh()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpa_supplicant_i.h570 struct crypto_ecdh *ecdh;