netxduo
NX_SECURE_TLS_SERVER_STATE_KEY_EXCHANGE
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (1/7)...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_SECURE_TLS_SERVER_STATE_KEY_EXCHANGE
NX_SECURE_TLS_SERVER_STATE_KEY_EXCHANGE macro
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:319
#define
NX_SECURE_TLS_SERVER_STATE_KEY_EXCHANGE
7
Examples
References
from
examples
Code
Location
#define
NX_SECURE_TLS_SERVER_STATE_KEY_EXCHANGE
7
/* Server needs to send a key exchange message. */
nx_secure_tls.h:319
tls_session
->
nx_secure_tls_server_state
!=
NX_SECURE_TLS_SERVER_STATE_KEY_EXCHANGE
&&
nx_secure_tls_process_changecipherspec.c:97
tls_session
->
nx_secure_tls_server_state
=
NX_SECURE_TLS_SERVER_STATE_KEY_EXCHANGE
;
nx_secure_tls_server_handshake.c:205
case
NX_SECURE_TLS_SERVER_STATE_KEY_EXCHANGE
:
nx_secure_tls_server_handshake.c:386
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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