netxduo
NX_SECURE_TLS_SESSION_STRUCT::nx_secure_tls_session_time_function
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_session_time_function
NX_SECURE_TLS_SESSION_STRUCT::nx_secure_tls_session_time_function field
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:1298
ULONG
(
*
nx_secure_tls_session_time_function
)
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
(
*
nx_secure_tls_session_time_function
)
(
void
)
;
nx_secure_tls.h:1298
if
(
tls_session
->
nx_secure_tls_session_time_function
!=
NX_NULL
)
nx_secure_tls_remote_certificate_verify.c:122
_nx_secure_tls_remote_certificate_verify()
current_time
=
tls_session
->
nx_secure_tls_session_time_function
(
)
;
nx_secure_tls_remote_certificate_verify.c:125
_nx_secure_tls_remote_certificate_verify()
if
(
tls_session
->
nx_secure_tls_session_time_function
!=
NX_NULL
)
nx_secure_tls_send_clienthello.c:172
_nx_secure_tls_send_clienthello()
gmt_time
=
tls_session
->
nx_secure_tls_session_time_function
(
)
;
nx_secure_tls_send_clienthello.c:174
_nx_secure_tls_send_clienthello()
if
(
tls_session
->
nx_secure_tls_session_time_function
!=
NX_NULL
)
nx_secure_tls_send_serverhello.c:137
_nx_secure_tls_send_serverhello()
gmt_time
=
tls_session
->
nx_secure_tls_session_time_function
(
)
;
nx_secure_tls_send_serverhello.c:139
_nx_secure_tls_send_serverhello()
tls_session
->
nx_secure_tls_session_time_function
=
time_func_ptr
;
nx_secure_tls_session_time_function_set.c:79
_nx_secure_tls_session_time_function_set()
Call Tree
from
examples
NX_SECURE_TLS_SESSION_STRUCT::nx_secure_tls_session_time_function
is called by 3 functions:
_nx_secure_tls_remote_certificate_verify()
_nx_secure_tls_send_clienthello()
_nx_secure_tls_send_serverhello()
All items filtered out
NX_SECURE_TLS_SESSION_STRUCT::nx_secure_tls_session_time_function
All items filtered out
Data Use
from
examples
NX_SECURE_TLS_SESSION_STRUCT::nx_secure_tls_session_time_function
is written by 1 function and is read by 3 functions:
_nx_secure_tls_session_time_function_set()
All items filtered out
NX_SECURE_TLS_SESSION_STRUCT::nx_secure_tls_session_time_function
_nx_secure_tls_remote_certificate_verify()
_nx_secure_tls_send_clienthello()
_nx_secure_tls_send_serverhello()
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