Searched refs:crypto_ecdh (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto.h | 951 struct crypto_ecdh; 960 struct crypto_ecdh * crypto_ecdh_init(int group); 970 struct crypto_ecdh * crypto_ecdh_init2(int group, 980 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y); 991 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, 998 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh); 1005 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh);
|
H A D | crypto_wolfssl.c | 2084 struct crypto_ecdh { struct 2089 static struct crypto_ecdh * _crypto_ecdh_init(int group) in _crypto_ecdh_init() argument 2091 struct crypto_ecdh *ecdh = NULL; in _crypto_ecdh_init() 2129 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() 2131 struct crypto_ecdh *ret = NULL; in crypto_ecdh_init() 2153 struct crypto_ecdh * crypto_ecdh_init2(int group, struct crypto_ec_key *own_key) in crypto_ecdh_init2() 2155 struct crypto_ecdh *ret = NULL; in crypto_ecdh_init2() 2183 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit() 2199 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey() 2231 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey() [all …]
|
H A D | crypto_openssl.c | 2629 struct crypto_ecdh { struct 2634 struct crypto_ecdh * crypto_ecdh_init(int group) in crypto_ecdh_init() argument 2637 struct crypto_ecdh *ecdh; in crypto_ecdh_init() 2663 struct crypto_ecdh *ecdh; in crypto_ecdh_init() 2721 struct crypto_ecdh * crypto_ecdh_init2(int group, struct crypto_ec_key *own_key) in crypto_ecdh_init2() 2724 struct crypto_ecdh *ecdh; in crypto_ecdh_init2() 2743 struct crypto_ecdh *ecdh; in crypto_ecdh_init2() 2768 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey() 2851 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey() 2992 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit() [all …]
|
/freebsd/contrib/wpa/src/ap/ |
H A D | sta_info.h | 294 struct crypto_ecdh *fils_ecdh; 303 struct crypto_ecdh *owe_ecdh;
|
/freebsd/contrib/wpa/src/pasn/ |
H A D | pasn_common.h | 84 struct crypto_ecdh *ecdh;
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | wpa_i.h | 210 struct crypto_ecdh *fils_ecdh; 219 struct crypto_ecdh *owe_ecdh;
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp.h | 700 struct crypto_ecdh *ecdh;
|
H A D | dpp_crypto.c | 505 struct crypto_ecdh *ecdh; in dpp_ecdh()
|