netxduo
NX_SECURE_TLS_SESSION_STRUCT::nx_secure_tls_renegotiation_handshake
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_SESSION_STRUCT::nx_secure_tls_renegotiation_handshake
NX_SECURE_TLS_SESSION_STRUCT::nx_secure_tls_renegotiation_handshake field
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:1228
USHORT
nx_secure_tls_renegotiation_handshake
;
Examples
References
from
examples
Code
Location
Referrer
USHORT
nx_secure_tls_renegotiation_handshake
;
nx_secure_tls.h:1228
tls_session
->
nx_secure_tls_renegotiation_handshake
=
NX_TRUE
;
nx_secure_tls_client_handshake.c:278
_nx_secure_tls_client_handshake()
tls_session
->
nx_secure_tls_renegotiation_handshake
=
NX_TRUE
;
nx_secure_tls_client_handshake.c:371
_nx_secure_tls_client_handshake()
tls_session
->
nx_secure_tls_renegotiation_handshake
=
NX_TRUE
;
nx_secure_tls_process_clienthello.c:170
_nx_secure_tls_process_clienthello()
if
(
(
tls_session
->
nx_secure_tls_renegotiation_handshake
)
&&
(
!
tls_session
->
nx_secure_tls_secure_renegotiation_verified
)
)
nx_secure_tls_process_clienthello.c:360
_nx_secure_tls_process_clienthello()
if
(
tls_session
->
nx_secure_tls_renegotiation_handshake
)
nx_secure_tls_process_clienthello.c:465
_nx_secure_tls_process_clienthello()
if
(
status
==
NX_SUCCESS
&&
tls_session
->
nx_secure_tls_renegotiation_handshake
)
nx_secure_tls_session_receive.c:117
_nx_secure_tls_session_receive()
tls_session
->
nx_secure_tls_renegotiation_handshake
=
NX_FALSE
;
nx_secure_tls_session_receive.c:121
_nx_secure_tls_session_receive()
session_ptr
->
nx_secure_tls_renegotiation_handshake
=
NX_FALSE
;
nx_secure_tls_session_reset.c:169
_nx_secure_tls_session_reset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_SECURE_TLS_SESSION_STRUCT::nx_secure_tls_renegotiation_handshake
is written by 4 functions and is read by 2 functions:
_nx_secure_tls_client_handshake()
_nx_secure_tls_process_clienthello()
_nx_secure_tls_session_receive()
_nx_secure_tls_session_reset()
All items filtered out
NX_SECURE_TLS_SESSION_STRUCT::nx_secure_tls_renegotiation_handshake
_nx_secure_tls_process_clienthello()
_nx_secure_tls_session_receive()
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