Searched refs:crypto_ecdh (Results 1 – 8 of 8) sorted by relevance
/hostap-3.6.0/src/crypto/ |
D | crypto.h | 949 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);
|
D | crypto_wolfssl.c | 1695 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()
|
D | crypto_openssl.c | 2031 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/ |
D | sta_info.h | 95 struct crypto_ecdh *ecdh; 297 struct crypto_ecdh *fils_ecdh; 306 struct crypto_ecdh *owe_ecdh;
|
/hostap-3.6.0/src/rsn_supp/ |
D | wpa_i.h | 202 struct crypto_ecdh *fils_ecdh; 211 struct crypto_ecdh *owe_ecdh;
|
/hostap-3.6.0/src/common/ |
D | dpp.h | 657 struct crypto_ecdh *ecdh;
|
D | dpp_crypto.c | 484 struct crypto_ecdh *ecdh; in dpp_ecdh()
|
/hostap-3.6.0/wpa_supplicant/ |
D | wpa_supplicant_i.h | 571 struct crypto_ecdh *ecdh;
|