Searched refs:crypto_ecdh (Results 1 – 14 of 14) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto.h | 963 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);
|
D | crypto_wolfssl.c | 1704 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()
|
D | crypto_openssl.c | 2052 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/ |
D | crypto.h | 923 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);
|
D | crypto_wolfssl.c | 1722 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()
|
D | crypto_openssl.c | 1964 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/ |
D | sta_info.h | 95 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/ |
D | sta_info.h | 256 struct crypto_ecdh *fils_ecdh; 265 struct crypto_ecdh *owe_ecdh;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | wpa_i.h | 160 struct crypto_ecdh *fils_ecdh; 169 struct crypto_ecdh *owe_ecdh;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dpp.h | 20 struct crypto_ecdh; 487 struct crypto_ecdh *ecdh;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | wpa_i.h | 202 struct crypto_ecdh *fils_ecdh; 211 struct crypto_ecdh *owe_ecdh;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dpp.h | 630 struct crypto_ecdh *ecdh;
|
D | dpp_crypto.c | 484 struct crypto_ecdh *ecdh; in dpp_ecdh()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wpa_supplicant_i.h | 570 struct crypto_ecdh *ecdh;
|