Home
last modified time | relevance | path

Searched defs:ecdh (Results 1 – 7 of 7) sorted by relevance

/hostap-latest/src/crypto/
Dcrypto_mbedtls_alt.c1796 struct crypto_ecdh *ecdh = in crypto_ecdh_init() local
1808 struct crypto_ecdh *ecdh = os_malloc(sizeof(*ecdh)); in crypto_ecdh_init2() local
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_wolfssl.c2091 struct crypto_ecdh *ecdh = NULL; in _crypto_ecdh_init() local
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()
2290 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
Dcrypto_openssl.c2637 struct crypto_ecdh *ecdh; in crypto_ecdh_init() local
2724 struct crypto_ecdh *ecdh; in crypto_ecdh_init2() local
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()
3002 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
Dtls_openssl.c3222 EC_KEY *ecdh; in tls_set_conn_flags() local
/hostap-latest/src/pasn/
Dpasn_common.h84 struct crypto_ecdh *ecdh; member
/hostap-latest/src/common/
Ddpp_crypto.c505 struct crypto_ecdh *ecdh; in dpp_ecdh() local
Ddpp.h700 struct crypto_ecdh *ecdh; member