netxduo
NX_SECURE_TLS_MAX_HASH_SIZE
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (2/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_MAX_HASH_SIZE
NX_SECURE_TLS_MAX_HASH_SIZE macro
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:637
#define
NX_SECURE_TLS_MAX_HASH_SIZE
(
32
)
Examples
References
from
examples
Code
Location
#define
NX_SECURE_TLS_MAX_HASH_SIZE
(
32
)
/* This is the largest size a single hash/MAC for ANY session *might* be, in bytes. */
nx_secure_tls.h:637
#define
NX_SECURE_TLS_KEY_MATERIAL_SIZE
(
2
*
(
NX_SECURE_TLS_MAX_HASH_SIZE
+
NX_SECURE_TLS_MAX_KEY_SIZE
+
NX_SECURE_TLS_MAX_IV_SIZE
)
)
nx_secure_tls.h:699
NX_SECURE_TLS_MAX_HASH_SIZE
,
nx_secure_tls_hash_record.c:280
static
UCHAR
generated_hash
[
NX_SECURE_TLS_MAX_HASH_SIZE
]
;
nx_secure_tls_process_finished.c:27
NX_SECURE_TLS_MAX_HASH_SIZE
,
nx_secure_tls_record_hash_calculate.c:113
UCHAR
record_hash
[
NX_SECURE_TLS_MAX_HASH_SIZE
]
;
nx_secure_tls_send_record.c:102
static
UCHAR
_generated_hash
[
NX_SECURE_TLS_MAX_HASH_SIZE
]
;
nx_secure_tls_verify_mac.c:27
static
UCHAR
_received_hash
[
NX_SECURE_TLS_MAX_HASH_SIZE
]
;
nx_secure_tls_verify_mac.c:28
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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