netxduo
NX_SECURE_TLS_HANDSHAKE_FAILURE
is only used within netxduo.
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
netxduo
NX_SECURE_TLS_HANDSHAKE_FAILURE
NX_SECURE_TLS_HANDSHAKE_FAILURE macro
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:211
#define
NX_SECURE_TLS_HANDSHAKE_FAILURE
0x107
Examples
References
from
examples
Code
Location
#define
NX_SECURE_TLS_HANDSHAKE_FAILURE
0x107
/* Something in message processing during the handshake has failed. */
nx_secure_tls.h:211
status
=
NX_SECURE_TLS_HANDSHAKE_FAILURE
;
nx_secure_tls_client_handshake.c:196
return
(
NX_SECURE_TLS_HANDSHAKE_FAILURE
)
;
nx_secure_tls_client_handshake.c:350
case
NX_SECURE_TLS_HANDSHAKE_FAILURE
:
nx_secure_tls_map_error_to_alert.c:115
return
(
NX_SECURE_TLS_HANDSHAKE_FAILURE
)
;
nx_secure_tls_process_finished.c:134
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