Searched defs:ecdh (Results 1 – 6 of 6) sorted by relevance
1950 struct crypto_ecdh *ecdh; in crypto_ecdh_init() local2007 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()2067 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()2162 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()2172 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
1721 struct crypto_ecdh *ecdh = NULL; in crypto_ecdh_init() local1752 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()1761 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()1793 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()1840 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
3054 EC_KEY *ecdh; in tls_set_conn_flags() local
791 EC_KEY* ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); in BeginSSL() local
684 EC_KEY* ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); in populate_ssl_context() local
587 struct crypto_ecdh *ecdh; member