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
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC value
Syntax
Show:
Summary
Declaration
from
ssl.h:716
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
;
Examples
References
from
examples
Code
Location
Referrer
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
,
ssl.h:716
ssl
->
state
==
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
)
{
ssl_msg.c:4291
ssl_load_buffered_message()
ssl
->
state
!=
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
)
{
ssl_msg.c:5056
mbedtls_ssl_handle_message_type()
ssl
->
state
=
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
;
ssl_tls12_client.c:1384
ssl_parse_server_hello()
ssl
->
state
=
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
;
ssl_tls12_client.c:3436
ssl_parse_new_session_ticket()
if
(
ssl
->
state
==
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
&&
ssl_tls12_client.c:3495
mbedtls_ssl_handshake_client_step()
case
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
:
ssl_tls12_client.c:3578
mbedtls_ssl_handshake_client_step()
ssl
->
state
=
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
;
ssl_tls12_server.c:2281
ssl_write_server_hello()
case
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
:
ssl_tls12_server.c:4404
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 7 functions:
All items filtered out
MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC
ssl_load_buffered_message()
mbedtls_ssl_handle_message_type()
ssl_parse_server_hello()
ssl_parse_new_session_ticket()
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