netxduo
NX_SECURE_TLS_BITFIELD_VERSION_1_2
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_BITFIELD_VERSION_1_2
NX_SECURE_TLS_BITFIELD_VERSION_1_2 macro
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:457
#define
NX_SECURE_TLS_BITFIELD_VERSION_1_2
0x00000004
Examples
References
from
examples
Code
Location
#define
NX_SECURE_TLS_BITFIELD_VERSION_1_2
0x00000004
nx_secure_tls.h:457
#define
NX_SECURE_TLS_BITFIELD_VERSIONS_PRE_1_3
(
NX_SECURE_TLS_BITFIELD_VERSION_1_0
|
NX_SECURE_TLS_BITFIELD_VERSION_1_1
|
NX_SECURE_TLS_BITFIELD_VERSION_1_2
)
nx_secure_tls.h:465
if
(
tls_session
->
nx_secure_tls_supported_versions
&
(
USHORT
)
(
NX_SECURE_TLS_BITFIELD_VERSION_1_2
)
)
nx_secure_tls_handshake_hash_init.c:157
tls_session
->
nx_secure_tls_supported_versions
=
(
tls_session
->
nx_secure_tls_supported_versions
&
(
USHORT
)
(
~
(
NX_SECURE_TLS_BITFIELD_VERSION_1_2
)
)
)
;
nx_secure_tls_session_create_ext.c:203
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