netxduo
generated_hash
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
generated_hash
generated_hash variable
Syntax
Show:
Summary
Declaration
from
nx_secure_tls_process_finished.c:27
static
UCHAR
generated_hash
[
NX_SECURE_TLS_MAX_HASH_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
static
UCHAR
generated_hash
[
NX_SECURE_TLS_MAX_HASH_SIZE
]
;
nx_secure_tls_process_finished.c:27
status
=
_nx_secure_tls_finished_hash_generate
(
tls_session
,
finished_label
,
generated_hash
)
;
nx_secure_tls_process_finished.c:150
_nx_secure_tls_process_finished()
NX_SECURE_MEMCPY
(
tls_session
->
nx_secure_tls_remote_verify_data
,
generated_hash
,
NX_SECURE_TLS_FINISHED_HASH_SIZE
)
;
/* Use case of memcpy is verified. */
nx_secure_tls_process_finished.c:160
_nx_secure_tls_process_finished()
compare_result
=
(
UINT
)
NX_SECURE_MEMCMP
(
generated_hash
,
packet_buffer
,
NX_SECURE_TLS_FINISHED_HASH_SIZE
)
;
nx_secure_tls_process_finished.c:164
_nx_secure_tls_process_finished()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
generated_hash
is read by 1 function:
All items filtered out
generated_hash
_nx_secure_tls_process_finished()
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