| /third_party/openssl/crypto/ec/ |
| D | ecdh_ossl.c | 29 const EC_POINT *pub_key, const EC_KEY *ecdh) in ossl_ecdh_compute_key() 50 const EC_POINT *pub_key, const EC_KEY *ecdh) in ossl_ecdh_simple_compute_key()
|
| D | ec_kmeth.c | 228 const EC_KEY *ecdh)) in EC_KEY_METHOD_set_compute_key() 302 const EC_KEY *ecdh)) in EC_KEY_METHOD_get_compute_key()
|
| /third_party/mbedtls/include/mbedtls/ |
| D | debug.h | 55 #define MBEDTLS_SSL_DEBUG_ECDH(level, ecdh, attr) \ argument 67 #define MBEDTLS_SSL_DEBUG_ECDH(level, ecdh, attr) do { } while (0) argument
|
| /third_party/openhitls/tls/handshake/parse/src/ |
| D | parse_server_key_exchange.c | 173 static int32_t ParseEcdhePublicKey(ParsePacket *pkt, ServerEcdh *ecdh) in ParseEcdhePublicKey() 212 int32_t ParseEcParameters(ParsePacket *pkt, ServerEcdh *ecdh) in ParseEcParameters()
|
| /third_party/mbedtls/library/ |
| D | debug.c | 420 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal() 449 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh()
|
| D | psa_crypto_ecp.c | 544 mbedtls_ecdh_context ecdh; in mbedtls_psa_key_agreement_ecdh() local
|
| /third_party/openhitls/tls/handshake/pack/src/ |
| D | pack_client_key_exchange.c | 40 EcdhParam *ecdh = &(ctx->hsCtx->kxCtx->keyExchParam.ecdh); in PackClientKxMsgNamedCurve() local
|
| /third_party/openhitls/testcode/framework/tls/msg/src/ |
| D | frame_parse_msg.c | 630 FRAME_ServerEcdh *ecdh, uint32_t *parseLen) in ParseServerKxEcdhMsg() 671 FRAME_ServerEcdh *ecdh, uint32_t *parseLen) in ParseServerKxEccMsg() 698 FRAME_ServerEcdh *ecdh = &serverKx->keyEx.ecdh; in CleanServerKxMsg() local
|
| /third_party/libwebsockets/lib/tls/openssl/ |
| D | openssl-server.c | 165 EC_KEY *ecdh, *EC_key = NULL; local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| D | crypto_wolfssl.c | 1728 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()
|
| D | crypto_openssl.c | 1971 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()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pasn/ |
| D | pasn_common.h | 84 struct crypto_ecdh *ecdh; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| D | crypto_wolfssl.c | 2100 struct crypto_ecdh *ecdh = NULL; in _crypto_ecdh_init() local 2192 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit() 2208 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey() 2240 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey() 2299 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
|
| D | crypto_openssl.c | 2658 struct crypto_ecdh *ecdh; in crypto_ecdh_init() local 2745 struct crypto_ecdh *ecdh; in crypto_ecdh_init2() local 2789 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int inc_y) in crypto_ecdh_get_pubkey() 2872 struct wpabuf * crypto_ecdh_set_peerkey(struct crypto_ecdh *ecdh, int inc_y, in crypto_ecdh_set_peerkey() 3013 void crypto_ecdh_deinit(struct crypto_ecdh *ecdh) in crypto_ecdh_deinit() 3023 size_t crypto_ecdh_prime_len(struct crypto_ecdh *ecdh) in crypto_ecdh_prime_len()
|
| /third_party/openhitls/tls/handshake/common/include/ |
| D | hs_ctx.h | 103 EcdhParam ecdh; member
|
| D | hs_msg.h | 261 ServerEcdh ecdh; member
|
| /third_party/nghttp2/examples/ |
| D | libevent-server.c | 145 EC_KEY *ecdh; in create_ssl_ctx() local
|
| /third_party/mbedtls/programs/test/ |
| D | benchmark.c | 513 rsa, dhm, ecdsa, ecdh; member
|
| /third_party/openhitls/testcode/test_config/ |
| D | crypto_test_config.json | 80 "ecdh": ["test_suite_sdv_eal_ecdh"], array
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
| D | dpp.h | 487 struct crypto_ecdh *ecdh; member
|
| /third_party/openhitls/testcode/framework/tls/include/ |
| D | frame_msg.h | 254 FRAME_ServerEcdh ecdh; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| D | dpp_crypto.c | 505 struct crypto_ecdh *ecdh; in dpp_ecdh() local
|
| /third_party/openssl/include/openssl/ |
| D | ssl.h.in | 1340 # define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ argument 1342 # define SSL_set_tmp_ecdh(ssl,ecdh) \ argument
|
| /third_party/grpc/src/core/tsi/ |
| D | ssl_transport_security.cc | 819 EC_KEY* ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1); in populate_ssl_context() local
|
| /third_party/openssl/apps/ |
| D | speed.c | 94 int ecdh; member
|