netxduo
NX_SECURE_TLS_SESSION_STRUCT::nx_secure_tls_renegotation_enabled
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (3/7)...
Files
loading (6/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_renegotation_enabled
NX_SECURE_TLS_SESSION_STRUCT::nx_secure_tls_renegotation_enabled field
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:1231
USHORT
nx_secure_tls_renegotation_enabled
;
Examples
References
from
examples
Code
Location
Referrer
USHORT
nx_secure_tls_renegotation_enabled
;
nx_secure_tls.h:1231
if
(
tls_session
->
nx_secure_tls_renegotation_enabled
&&
tls_session
->
nx_secure_tls_secure_renegotiation
)
nx_secure_tls_client_handshake.c:276
_nx_secure_tls_client_handshake()
if
(
tls_session
->
nx_secure_tls_renegotation_enabled
&&
tls_session
->
nx_secure_tls_secure_renegotiation
)
nx_secure_tls_client_handshake.c:357
_nx_secure_tls_client_handshake()
if
(
tls_session
->
nx_secure_tls_renegotation_enabled
&&
tls_session
->
nx_secure_tls_secure_renegotiation
nx_secure_tls_process_clienthello.c:162
_nx_secure_tls_process_clienthello()
if
(
tls_session
->
nx_secure_tls_renegotation_enabled
==
NX_TRUE
)
nx_secure_tls_send_clienthello_extensions.c:158
_nx_secure_tls_send_clienthello_extensions()
tls_session
->
nx_secure_tls_renegotation_enabled
=
NX_TRUE
;
nx_secure_tls_session_create_ext.c:945
_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_renegotation_enabled
is written by 1 function and is read by 3 functions:
_nx_secure_tls_session_create_ext()
All items filtered out
NX_SECURE_TLS_SESSION_STRUCT::nx_secure_tls_renegotation_enabled
_nx_secure_tls_client_handshake()
_nx_secure_tls_process_clienthello()
_nx_secure_tls_send_clienthello_extensions()
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