netxduo
NX_SECURE_TLS_UNEXPECTED_MESSAGE
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (2/7)...
Files
loading (2/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_SECURE_TLS_UNEXPECTED_MESSAGE
NX_SECURE_TLS_UNEXPECTED_MESSAGE macro
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:284
#define
NX_SECURE_TLS_UNEXPECTED_MESSAGE
0x14F
Examples
References
from
examples
Code
Location
#define
NX_SECURE_TLS_UNEXPECTED_MESSAGE
0x14F
/* TLS received an unexpected message from the remote host. */
nx_secure_tls.h:284
case
NX_SECURE_TLS_UNEXPECTED_MESSAGE
:
/* Deliberate fall-through. */
nx_secure_tls_map_error_to_alert.c:99
return
(
NX_SECURE_TLS_UNEXPECTED_MESSAGE
)
;
nx_secure_tls_process_changecipherspec.c:100
return
(
NX_SECURE_TLS_UNEXPECTED_MESSAGE
)
;
nx_secure_tls_process_changecipherspec.c:107
return
(
NX_SECURE_TLS_UNEXPECTED_MESSAGE
)
;
nx_secure_tls_process_finished.c:127
return
(
NX_SECURE_TLS_UNEXPECTED_MESSAGE
)
;
nx_secure_tls_process_server_key_exchange.c:221
return
(
NX_SECURE_TLS_UNEXPECTED_MESSAGE
)
;
nx_secure_tls_process_server_key_exchange.c:916
status
=
NX_SECURE_TLS_UNEXPECTED_MESSAGE
;
nx_secure_tls_server_handshake.c:229
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