Home
last modified time | relevance | path

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

12

/third_party/openssl/crypto/ec/
Decdh_ossl.c23 const EC_POINT *pub_key, const EC_KEY *ecdh) in ossl_ecdh_compute_key()
39 const EC_POINT *pub_key, const EC_KEY *ecdh) in ecdh_simple_compute_key()
Dec_kmeth.c201 const EC_KEY *ecdh)) in EC_KEY_METHOD_set_compute_key()
275 const EC_KEY *ecdh)) in EC_KEY_METHOD_get_compute_key()
/third_party/nghttp2/src/
Dasio_server_tls_context.cc80 auto ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); in configure_tls_context_easy() local
Dshrpx_tls.cc864 auto ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); in create_ssl_context() local
DHttpServer.cc2150 auto ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); in run() local
/third_party/mbedtls/include/mbedtls/
Ddebug.h67 #define MBEDTLS_SSL_DEBUG_ECDH( level, ecdh, attr ) \ argument
79 #define MBEDTLS_SSL_DEBUG_ECDH( level, ecdh, attr ) do { } while( 0 ) argument
/third_party/mbedtls/library/
Ddebug.c376 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal()
406 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_wolfssl.c1710 struct crypto_ecdh *ecdh = NULL; in crypto_ecdh_init() local
1741 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
1750 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
1782 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
1829 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
Dcrypto_openssl.c2059 struct crypto_ecdh *ecdh; in crypto_ecdh_init() local
2118 struct crypto_ecdh *ecdh; in crypto_ecdh_init2() local
2142 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
2202 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
2297 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
2307 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
/third_party/mbedtls/programs/test/
Dbenchmark.c543 rsa, dhm, ecdsa, ecdh; member
1125 mbedtls_ecdh_context ecdh; in main() local
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-server.c165 EC_KEY *ecdh, *EC_key = NULL; local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c1971 struct crypto_ecdh *ecdh; in crypto_ecdh_init() local
2028 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
2088 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
2183 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
Dcrypto_wolfssl.c1728 struct crypto_ecdh *ecdh = NULL; in crypto_ecdh_init() local
1759 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit()
1768 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey()
1800 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey()
/third_party/node/test/parallel/
Dtest-crypto-dh.js96 const ecdh = ECDH('prime256v1'); constant
/third_party/node/deps/npm/node_modules/sshpk/lib/
Ddhe.js21 var ecdh, ec, jsbn; variable
/third_party/nghttp2/examples/
Dlibevent-server.c145 EC_KEY *ecdh; in create_ssl_ctx() local
/third_party/openssl/ssl/
Dssl_conf.c228 EC_KEY *ecdh; in cmd_ECDHParameters() local
/third_party/node/src/
Dnode_crypto.cc5593 ECDH* ecdh; in GenerateKeys() local
5631 ECDH* ecdh; in ComputeSecret() local
5671 ECDH* ecdh; in GetPublicKey() local
5694 ECDH* ecdh; in GetPrivateKey() local
5715 ECDH* ecdh; in SetPrivateKey() local
5765 ECDH* ecdh; in SetPublicKey() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dsta_info.h95 struct crypto_ecdh *ecdh; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.h487 struct crypto_ecdh *ecdh; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_crypto.c484 struct crypto_ecdh *ecdh; in dpp_ecdh() local
Ddpp.h630 struct crypto_ecdh *ecdh; member
/third_party/openssl/include/openssl/
Dssl.h1323 # define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ argument
1331 # define SSL_set_tmp_ecdh(ssl,ecdh) \ argument
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc819 EC_KEY* ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); in populate_ssl_context() local
/third_party/openssl/apps/
Dspeed.c125 int ecdh; member

12