Searched refs:ecdh_ctx (Results 1 - 6 of 6) sorted by relevance
/third_party/mbedtls/library/ |
H A D | ssl_tls12_client.c | 834 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats_ext() 1792 grp_id = ssl->handshake->ecdh_ctx.grp.id; in ssl_check_server_ecdh_params() 1794 grp_id = ssl->handshake->ecdh_ctx.grp_id; in ssl_check_server_ecdh_params() 1810 MBEDTLS_SSL_DEBUG_ECDH(3, &ssl->handshake->ecdh_ctx, in ssl_check_server_ecdh_params() 1840 if ((ret = mbedtls_ecdh_read_params(&ssl->handshake->ecdh_ctx, in ssl_parse_server_ecdh_params() 2056 if ((ret = mbedtls_ecdh_get_params(&ssl->handshake->ecdh_ctx, peer_key, in ssl_get_ecdh_params_from_cert() 2840 mbedtls_ecdh_enable_restart(&ssl->handshake->ecdh_ctx); in ssl_write_client_key_exchange() 2844 ret = mbedtls_ecdh_make_public(&ssl->handshake->ecdh_ctx, in ssl_write_client_key_exchange() 2858 MBEDTLS_SSL_DEBUG_ECDH(3, &ssl->handshake->ecdh_ctx, in ssl_write_client_key_exchange() 2872 if ((ret = mbedtls_ecdh_calc_secret(&ssl->handshake->ecdh_ctx, in ssl_write_client_key_exchange() [all...] |
H A D | ssl_tls12_server.c | 267 ssl->handshake->ecdh_ctx.point_format = p[0]; in ssl_parse_supported_point_formats() 2746 if ((ret = mbedtls_ecdh_get_params(&ssl->handshake->ecdh_ctx, in ssl_get_ecdh_params_from_cert() 3075 if ((ret = mbedtls_ecdh_setup(&ssl->handshake->ecdh_ctx, in ssl_prepare_server_key_exchange() 3082 &ssl->handshake->ecdh_ctx, &len, in ssl_prepare_server_key_exchange() 3090 MBEDTLS_SSL_DEBUG_ECDH(3, &ssl->handshake->ecdh_ctx, in ssl_prepare_server_key_exchange() 3791 if ((ret = mbedtls_ecdh_read_public(&ssl->handshake->ecdh_ctx, in ssl_parse_client_key_exchange() 3797 MBEDTLS_SSL_DEBUG_ECDH(3, &ssl->handshake->ecdh_ctx, in ssl_parse_client_key_exchange() 3800 if ((ret = mbedtls_ecdh_calc_secret(&ssl->handshake->ecdh_ctx, in ssl_parse_client_key_exchange() 3809 MBEDTLS_SSL_DEBUG_ECDH(3, &ssl->handshake->ecdh_ctx, in ssl_parse_client_key_exchange() 4004 if ((ret = mbedtls_ecdh_read_public(&ssl->handshake->ecdh_ctx, in ssl_parse_client_key_exchange() [all...] |
H A D | ssl_misc.h | 778 mbedtls_ecdh_context ecdh_ctx; /*!< ECDH key exchange */ member
|
H A D | ssl_tls.c | 991 mbedtls_ecdh_init(&handshake->ecdh_ctx); in ssl_handshake_params_init() 4808 mbedtls_ecdh_free(&handshake->ecdh_ctx); in mbedtls_ssl_handshake_free() 7473 if ((ret = mbedtls_ecdh_calc_secret(&ssl->handshake->ecdh_ctx, &zlen, in mbedtls_ssl_psk_derive_premaster() 7483 MBEDTLS_SSL_DEBUG_ECDH(3, &ssl->handshake->ecdh_ctx, in mbedtls_ssl_psk_derive_premaster()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | speed.c | 475 EVP_PKEY_CTX *ecdh_ctx[EC_NUM]; member 986 EVP_PKEY_CTX *ctx = tempargs->ecdh_ctx[testnum]; in ECDH_EVP_derive_key_loop() 2664 loopargs[i].ecdh_ctx[testnum] = ctx; in speed_main() 3336 EVP_PKEY_CTX_free(loopargs[i].ecdh_ctx[k]); in speed_main()
|
/third_party/openssl/apps/ |
H A D | speed.c | 475 EVP_PKEY_CTX *ecdh_ctx[EC_NUM]; member 986 EVP_PKEY_CTX *ctx = tempargs->ecdh_ctx[testnum]; in ECDH_EVP_derive_key_loop() 2650 loopargs[i].ecdh_ctx[testnum] = ctx; in speed_main() 3312 EVP_PKEY_CTX_free(loopargs[i].ecdh_ctx[k]); in speed_main()
|
Completed in 31 milliseconds