netxduo
NX_SECURE_TLS_SESSION_STRUCT::nx_secure_tls_supported_versions
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_SESSION_STRUCT::nx_secure_tls_supported_versions
NX_SECURE_TLS_SESSION_STRUCT::nx_secure_tls_supported_versions field
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:1142
USHORT
nx_secure_tls_supported_versions
;
Examples
References
from
examples
Code
Location
Referrer
USHORT
nx_secure_tls_supported_versions
;
nx_secure_tls.h:1142
if
(
tls_session
->
nx_secure_tls_supported_versions
&
(
USHORT
)
(
NX_SECURE_TLS_BITFIELD_VERSION_1_2
)
)
nx_secure_tls_handshake_hash_init.c:157
_nx_secure_tls_handshake_hash_init()
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
_map_tls_ciphersuites()
tls_session
->
nx_secure_tls_supported_versions
=
(
tls_session
->
nx_secure_tls_supported_versions
&
(
USHORT
)
(
~
(
NX_SECURE_TLS_BITFIELD_VERSION_1_0
)
)
)
;
nx_secure_tls_session_create_ext.c:213
_map_tls_ciphersuites()
tls_session
->
nx_secure_tls_supported_versions
=
(
tls_session
->
nx_secure_tls_supported_versions
&
(
USHORT
)
(
~
(
NX_SECURE_TLS_BITFIELD_VERSION_1_1
)
)
)
;
nx_secure_tls_session_create_ext.c:214
_map_tls_ciphersuites()
tls_session
->
nx_secure_tls_supported_versions
=
NX_SECURE_TLS_BITFIELD_VERSIONS_ALL
;
nx_secure_tls_session_create_ext.c:539
_nx_secure_tls_session_create_ext()
tls_session
->
nx_secure_tls_supported_versions
=
NX_SECURE_TLS_BITFIELD_VERSIONS_ALL
;
nx_secure_tls_session_create_ext.c:546
_nx_secure_tls_session_create_ext()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_SECURE_TLS_SESSION_STRUCT::nx_secure_tls_supported_versions
is written by 2 functions and is read by 2 functions:
_map_tls_ciphersuites()
_nx_secure_tls_session_create_ext()
All items filtered out
NX_SECURE_TLS_SESSION_STRUCT::nx_secure_tls_supported_versions
_nx_secure_tls_handshake_hash_init()
_map_tls_ciphersuites()
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