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.c29 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()
Dec_kmeth.c228 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/
Ddebug.h55 #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/
Dparse_server_key_exchange.c173 static int32_t ParseEcdhePublicKey(ParsePacket *pkt, ServerEcdh *ecdh) in ParseEcdhePublicKey()
212 int32_t ParseEcParameters(ParsePacket *pkt, ServerEcdh *ecdh) in ParseEcParameters()
/third_party/mbedtls/library/
Ddebug.c420 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal()
449 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh()
Dpsa_crypto_ecp.c544 mbedtls_ecdh_context ecdh; in mbedtls_psa_key_agreement_ecdh() local
/third_party/openhitls/tls/handshake/pack/src/
Dpack_client_key_exchange.c40 EcdhParam *ecdh = &(ctx->hsCtx->kxCtx->keyExchParam.ecdh); in PackClientKxMsgNamedCurve() local
/third_party/openhitls/testcode/framework/tls/msg/src/
Dframe_parse_msg.c630 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/
Dopenssl-server.c165 EC_KEY *ecdh, *EC_key = NULL; local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
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()
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pasn/
Dpasn_common.h84 struct crypto_ecdh *ecdh; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_wolfssl.c2100 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()
Dcrypto_openssl.c2658 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/
Dhs_ctx.h103 EcdhParam ecdh; member
Dhs_msg.h261 ServerEcdh ecdh; member
/third_party/nghttp2/examples/
Dlibevent-server.c145 EC_KEY *ecdh; in create_ssl_ctx() local
/third_party/mbedtls/programs/test/
Dbenchmark.c513 rsa, dhm, ecdsa, ecdh; member
/third_party/openhitls/testcode/test_config/
Dcrypto_test_config.json80 "ecdh": ["test_suite_sdv_eal_ecdh"], array
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.h487 struct crypto_ecdh *ecdh; member
/third_party/openhitls/testcode/framework/tls/include/
Dframe_msg.h254 FRAME_ServerEcdh ecdh; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_crypto.c505 struct crypto_ecdh *ecdh; in dpp_ecdh() local
/third_party/openssl/include/openssl/
Dssl.h.in1340 # define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ argument
1342 # 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.c94 int ecdh; member

12