netxduo
NX_SECURE_TLS_HELLO_EXTENSION
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_SECURE_TLS_HELLO_EXTENSION
NX_SECURE_TLS_HELLO_EXTENSION struct
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:1082
typedef
struct
NX_SECURE_TLS_HELLO_EXTENSION_STRUCT
{
USHORT
nx_secure_tls_extension_id
;
USHORT
nx_secure_tls_extension_data_length
;
const
UCHAR
*
nx_secure_tls_extension_data
;
}
NX_SECURE_TLS_HELLO_EXTENSION
;
Fields
Field
Declared as
NX_SECURE_TLS_HELLO_EXTENSION_STRUCT::nx_secure_tls_extension_id
USHORT
NX_SECURE_TLS_HELLO_EXTENSION_STRUCT::nx_secure_tls_extension_data_length
USHORT
NX_SECURE_TLS_HELLO_EXTENSION_STRUCT::nx_secure_tls_extension_data
const
UCHAR
*
Related Functions
Found 5 other functions taking a
NX_SECURE_TLS_HELLO_EXTENSION_STRUCT
argument:
Function
_nx_secure_tls_session_sni_extension_parse()
_nxe_secure_tls_session_sni_extension_parse()
_nx_secure_tls_process_clienthello_extensions()
_nx_secure_tls_process_serverhello_extensions()
_nx_secure_tls_proc_clienthello_sec_sa_extension()
Examples
References
from
examples
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