Searched refs:crypto_ecdh (Results 1 – 9 of 9) sorted by relevance
/hostap-latest/src/crypto/ |
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);
|
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 …]
|
D | crypto_mbedtls_alt.c | 1780 struct crypto_ecdh struct 1792 struct crypto_ecdh *crypto_ecdh_init(int group) in crypto_ecdh_init() argument 1796 struct crypto_ecdh *ecdh = in crypto_ecdh_init() 1802 struct crypto_ecdh *crypto_ecdh_init2(int group, struct crypto_ec_key *own_key) in crypto_ecdh_init2() 1808 struct crypto_ecdh *ecdh = os_malloc(sizeof(*ecdh)); in crypto_ecdh_init2() 1843 struct wpabuf *crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey() 1895 struct wpabuf *crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, const u8 *key, size_t l… in crypto_ecdh_set_peerkey() 1976 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit() 1986 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
|
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 …]
|
/hostap-latest/src/ap/ |
D | sta_info.h | 294 struct crypto_ecdh *fils_ecdh; 303 struct crypto_ecdh *owe_ecdh;
|
/hostap-latest/src/rsn_supp/ |
D | wpa_i.h | 213 struct crypto_ecdh *fils_ecdh; 222 struct crypto_ecdh *owe_ecdh;
|
/hostap-latest/src/pasn/ |
D | pasn_common.h | 84 struct crypto_ecdh *ecdh;
|
/hostap-latest/src/common/ |
D | dpp.h | 700 struct crypto_ecdh *ecdh;
|
D | dpp_crypto.c | 505 struct crypto_ecdh *ecdh; in dpp_ecdh()
|