Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dcrypto.h951 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);
Dcrypto_wolfssl.c2084 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 …]
Dcrypto_mbedtls_alt.c1780 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()
Dcrypto_openssl.c2629 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/
Dsta_info.h294 struct crypto_ecdh *fils_ecdh;
303 struct crypto_ecdh *owe_ecdh;
/hostap-latest/src/rsn_supp/
Dwpa_i.h213 struct crypto_ecdh *fils_ecdh;
222 struct crypto_ecdh *owe_ecdh;
/hostap-latest/src/pasn/
Dpasn_common.h84 struct crypto_ecdh *ecdh;
/hostap-latest/src/common/
Ddpp.h700 struct crypto_ecdh *ecdh;
Ddpp_crypto.c505 struct crypto_ecdh *ecdh; in dpp_ecdh()