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

NX_SECURE_TLS_MASTER_SIZE macro

Syntax

#define NX_SECURE_TLS_MASTER_SIZE (48)

References

LocationText
nx_secure_tls.h:658
#define NX_SECURE_TLS_MASTER_SIZE (48) /* The master secret is also 48 bytes. */
nx_secure_tls.h:915
UCHAR nx_secure_tls_master_secret[NX_SECURE_TLS_MASTER_SIZE];
nx_secure_tls_key_material_init.c:78
NX_SECURE_MEMSET(key_material -> nx_secure_tls_master_secret, 0, NX_SECURE_TLS_MASTER_SIZE);