NX_SECURE_TLS_MAX_HASH_SIZE is only used within netxduo.
 
Symbols
loading...
Files
loading...

NX_SECURE_TLS_MAX_HASH_SIZE macro

Syntax

#define NX_SECURE_TLS_MAX_HASH_SIZE (32)

References

LocationText
nx_secure_tls.h:637
#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:699
nx_secure_tls_hash_record.c:280
NX_SECURE_TLS_MAX_HASH_SIZE,
nx_secure_tls_process_finished.c:27
static UCHAR generated_hash[NX_SECURE_TLS_MAX_HASH_SIZE];
nx_secure_tls_record_hash_calculate.c:113
NX_SECURE_TLS_MAX_HASH_SIZE,
nx_secure_tls_send_record.c:102
UCHAR record_hash[NX_SECURE_TLS_MAX_HASH_SIZE];
nx_secure_tls_verify_mac.c:27
static UCHAR _generated_hash[NX_SECURE_TLS_MAX_HASH_SIZE];
nx_secure_tls_verify_mac.c:28
static UCHAR _received_hash[NX_SECURE_TLS_MAX_HASH_SIZE];