mbedTLS
mbedtls_ssl_handshake_params::ecdh_ctx
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_ssl_handshake_params::ecdh_ctx
mbedtls_ssl_handshake_params::ecdh_ctx field
ECDH key exchange
Syntax
Show:
Summary
Declaration
from
ssl_misc.h:778
mbedtls_ecdh_context
ecdh_ctx
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_ecdh_context
ecdh_ctx
;
/*!< ECDH key exchange */
ssl_misc.h:778
mbedtls_ecdh_init
(
&
handshake
->
ecdh_ctx
)
;
ssl_tls.c:991
ssl_handshake_params_init()
mbedtls_ecdh_free
(
&
handshake
->
ecdh_ctx
)
;
ssl_tls.c:4808
mbedtls_ssl_handshake_free()
if
(
(
ret
=
mbedtls_ecdh_calc_secret
(
&
ssl
->
handshake
->
ecdh_ctx
,
&
zlen
,
ssl_tls.c:7438
mbedtls_ssl_psk_derive_premaster()
ssl
->
handshake
->
ecdh_ctx
.
point_format
=
p
[
0
]
;
ssl_tls12_client.c:836
ssl_parse_supported_point_formats_ext()
grp_id
=
ssl
->
handshake
->
ecdh_ctx
.
grp_id
;
ssl_tls12_client.c:1796
ssl_check_server_ecdh_params()
if
(
(
ret
=
mbedtls_ecdh_read_params
(
&
ssl
->
handshake
->
ecdh_ctx
,
ssl_tls12_client.c:1842
ssl_parse_server_ecdh_params()
if
(
(
ret
=
mbedtls_ecdh_get_params
(
&
ssl
->
handshake
->
ecdh_ctx
,
peer_key
,
ssl_tls12_client.c:2058
ssl_get_ecdh_params_from_cert()
ret
=
mbedtls_ecdh_make_public
(
&
ssl
->
handshake
->
ecdh_ctx
,
ssl_tls12_client.c:2846
ssl_write_client_key_exchange()
if
(
(
ret
=
mbedtls_ecdh_calc_secret
(
&
ssl
->
handshake
->
ecdh_ctx
,
ssl_tls12_client.c:2874
ssl_write_client_key_exchange()
ret
=
mbedtls_ecdh_make_public
(
&
ssl
->
handshake
->
ecdh_ctx
,
ssl_tls12_client.c:3115
ssl_write_client_key_exchange()
ssl
->
handshake
->
ecdh_ctx
.
point_format
=
p
[
0
]
;
ssl_tls12_server.c:267
ssl_parse_supported_point_formats()
if
(
(
ret
=
mbedtls_ecdh_get_params
(
&
ssl
->
handshake
->
ecdh_ctx
,
ssl_tls12_server.c:2753
ssl_get_ecdh_params_from_cert()
if
(
(
ret
=
mbedtls_ecdh_setup
(
&
ssl
->
handshake
->
ecdh_ctx
,
ssl_tls12_server.c:3082
ssl_prepare_server_key_exchange()
&
ssl
->
handshake
->
ecdh_ctx
,
&
len
,
ssl_tls12_server.c:3089
ssl_prepare_server_key_exchange()
if
(
(
ret
=
mbedtls_ecdh_read_public
(
&
ssl
->
handshake
->
ecdh_ctx
,
ssl_tls12_server.c:3798
ssl_parse_client_key_exchange()
if
(
(
ret
=
mbedtls_ecdh_calc_secret
(
&
ssl
->
handshake
->
ecdh_ctx
,
ssl_tls12_server.c:3807
ssl_parse_client_key_exchange()
if
(
(
ret
=
mbedtls_ecdh_read_public
(
&
ssl
->
handshake
->
ecdh_ctx
,
ssl_tls12_server.c:4011
ssl_parse_client_key_exchange()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_handshake_params::ecdh_ctx
is read by 3 functions:
All items filtered out
mbedtls_ssl_handshake_params::ecdh_ctx
ssl_parse_supported_point_formats_ext()
ssl_check_server_ecdh_params()
ssl_parse_supported_point_formats()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out