NX_SECURE_TLS_HELLO_EXTENSIONS_MAX is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_SECURE_TLS_HELLO_EXTENSIONS_MAX

NX_SECURE_TLS_HELLO_EXTENSIONS_MAX macro

Syntax

#define NX_SECURE_TLS_HELLO_EXTENSIONS_MAX (10)

References

LocationText
nx_secure_tls.h:633
#define NX_SECURE_TLS_HELLO_EXTENSIONS_MAX (10)
nx_secure_tls_process_clienthello.c:116
NX_SECURE_TLS_HELLO_EXTENSION extension_data[NX_SECURE_TLS_HELLO_EXTENSIONS_MAX];
nx_secure_tls_process_clienthello.c:117
UINT num_extensions = NX_SECURE_TLS_HELLO_EXTENSIONS_MAX;
nx_secure_tls_process_serverhello.c:96
NX_SECURE_TLS_HELLO_EXTENSION extension_data[NX_SECURE_TLS_HELLO_EXTENSIONS_MAX];
nx_secure_tls_process_serverhello_extensions.c:301
if (*num_extensions < NX_SECURE_TLS_HELLO_EXTENSIONS_MAX)