mbedTLS
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
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_SERVER_CHANGE_CIPHER_SPEC
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC value
Syntax
Show:
Summary
Declaration
from
ssl.h:439
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
;
Examples
References
from
examples
Code
Location
Referrer
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
,
ssl.h:439
ssl
->
state
=
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
;
ssl_cli.c:1717
ssl_parse_server_hello()
case
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
:
ssl_cli.c:3612
mbedtls_ssl_handshake_client_step()
ssl
->
state
=
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
;
ssl_srv.c:2527
ssl_write_server_hello()
case
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
:
ssl_srv.c:4350
mbedtls_ssl_handshake_server_step()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
is read by 4 functions:
All items filtered out
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
ssl_parse_server_hello()
mbedtls_ssl_handshake_client_step()
ssl_write_server_hello()
mbedtls_ssl_handshake_server_step()
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