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
STM32 Libraries and Samples
mbedTLS
mbedtls_ssl_handshake_params::ecdh_ctx
mbedtls_ssl_handshake_params::ecdh_ctx field
ECDH key exchange
Syntax
Show:
Summary
Declaration
from
ssl_internal.h:278
mbedtls_ecdh_context
ecdh_ctx
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_ecdh_context
ecdh_ctx
;
/*!< ECDH key exchange */
ssl_internal.h:278
ssl
->
handshake
->
ecdh_ctx
.
point_format
=
p
[
0
]
;
ssl_cli.c:1287
ssl_parse_supported_point_formats_ext()
grp_id
=
ssl
->
handshake
->
ecdh_ctx
.
grp
.
id
;
ssl_cli.c:2032
ssl_check_server_ecdh_params()
if
(
(
ret
=
mbedtls_ecdh_read_params
(
&
ssl
->
handshake
->
ecdh_ctx
,
ssl_cli.c:2082
ssl_parse_server_ecdh_params()
ret
=
mbedtls_ecdh_make_public
(
&
ssl
->
handshake
->
ecdh_ctx
,
ssl_cli.c:2963
ssl_write_client_key_exchange()
if
(
(
ret
=
mbedtls_ecdh_calc_secret
(
&
ssl
->
handshake
->
ecdh_ctx
,
ssl_cli.c:2991
ssl_write_client_key_exchange()
ssl
->
handshake
->
ecdh_ctx
.
point_format
=
p
[
0
]
;
ssl_srv.c:370
ssl_parse_supported_point_formats()
if
(
(
ret
=
mbedtls_ecdh_setup
(
&
ssl
->
handshake
->
ecdh_ctx
,
ssl_srv.c:3051
ssl_prepare_server_key_exchange()
&
ssl
->
handshake
->
ecdh_ctx
,
&
len
,
ssl_srv.c:3059
ssl_prepare_server_key_exchange()
if
(
(
ret
=
mbedtls_ecdh_read_public
(
&
ssl
->
handshake
->
ecdh_ctx
,
ssl_srv.c:3791
ssl_parse_client_key_exchange()
if
(
(
ret
=
mbedtls_ecdh_calc_secret
(
&
ssl
->
handshake
->
ecdh_ctx
,
ssl_srv.c:3801
ssl_parse_client_key_exchange()
mbedtls_ecdh_init
(
&
handshake
->
ecdh_ctx
)
;
ssl_tls.c:6631
ssl_handshake_params_init()
mbedtls_ecdh_free
(
&
handshake
->
ecdh_ctx
)
;
ssl_tls.c:8849
mbedtls_ssl_handshake_free()
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