Searched defs:ecdh (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/src/crypto/ |
D | crypto_mbedtls_alt.c | 1796 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()
|
D | crypto_wolfssl.c | 2091 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()
|
D | crypto_openssl.c | 2637 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()
|
D | tls_openssl.c | 3222 EC_KEY *ecdh; in tls_set_conn_flags() local
|
/hostap-latest/src/pasn/ |
D | pasn_common.h | 84 struct crypto_ecdh *ecdh; member
|
/hostap-latest/src/common/ |
D | dpp_crypto.c | 505 struct crypto_ecdh *ecdh; in dpp_ecdh() local
|
D | dpp.h | 700 struct crypto_ecdh *ecdh; member
|