mbedTLS
mbedtls_ssl_handshake_params::cli_exts
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::cli_exts
mbedtls_ssl_handshake_params::cli_exts field
client extension presence
Syntax
Show:
Summary
Declaration
from
ssl_internal.h:399
int
cli_exts
;
Examples
References
from
examples
Code
Location
Referrer
int
cli_exts
;
/*!< client extension presence*/
ssl_internal.h:399
ssl
->
handshake
->
cli_exts
|=
MBEDTLS_TLS_EXT_SUPPORTED_POINT_FORMATS_PRESENT
;
ssl_srv.c:1747
ssl_parse_client_hello()
if
(
(
ssl
->
handshake
->
cli_exts
&
ssl_srv.c:2234
ssl_write_supported_point_formats_ext()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_handshake_params::cli_exts
is written by 1 function and is read by 2 functions:
ssl_parse_client_hello()
All items filtered out
mbedtls_ssl_handshake_params::cli_exts
ssl_parse_client_hello()
ssl_write_supported_point_formats_ext()
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