mbedTLS
MBEDTLS_SSL_CLIENT_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_CLIENT_CHANGE_CIPHER_SPEC
MBEDTLS_SSL_CLIENT_CHANGE_CIPHER_SPEC value
Syntax
Show:
Summary
Declaration
from
ssl.h:714
MBEDTLS_SSL_CLIENT_CHANGE_CIPHER_SPEC
;
Examples
References
from
examples
Code
Location
Referrer
MBEDTLS_SSL_CLIENT_CHANGE_CIPHER_SPEC
,
ssl.h:714
if
(
ssl
->
state
==
MBEDTLS_SSL_CLIENT_CHANGE_CIPHER_SPEC
||
ssl_msg.c:4290
ssl_load_buffered_message()
ssl
->
state
!=
MBEDTLS_SSL_CLIENT_CHANGE_CIPHER_SPEC
&&
ssl_msg.c:5055
mbedtls_ssl_handle_message_type()
ssl
->
state
=
MBEDTLS_SSL_CLIENT_CHANGE_CIPHER_SPEC
;
ssl_tls.c:8345
mbedtls_ssl_write_finished()
ssl
->
state
=
MBEDTLS_SSL_CLIENT_CHANGE_CIPHER_SPEC
;
ssl_tls.c:8474
mbedtls_ssl_parse_finished()
case
MBEDTLS_SSL_CLIENT_CHANGE_CIPHER_SPEC
:
ssl_tls12_client.c:3559
mbedtls_ssl_handshake_client_step()
case
MBEDTLS_SSL_CLIENT_CHANGE_CIPHER_SPEC
:
ssl_tls12_server.c:4391
mbedtls_ssl_handshake_server_step()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
MBEDTLS_SSL_CLIENT_CHANGE_CIPHER_SPEC
is read by 6 functions:
All items filtered out
MBEDTLS_SSL_CLIENT_CHANGE_CIPHER_SPEC
ssl_load_buffered_message()
mbedtls_ssl_handle_message_type()
mbedtls_ssl_write_finished()
mbedtls_ssl_parse_finished()
mbedtls_ssl_handshake_client_step()
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