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

NX_SECURE_TLS_PREMASTER_SIZE macro

Syntax

#define NX_SECURE_TLS_PREMASTER_SIZE (68)

References

LocationText
nx_secure_tls.h:650
#define NX_SECURE_TLS_PREMASTER_SIZE (68) /* The pre-master secret should be at least 66 bytes for ECDH/ECDHE with secp521r1. */
nx_secure_tls.h:834
UCHAR nx_secure_tls_ecdhe_private_key[NX_SECURE_TLS_PREMASTER_SIZE];
nx_secure_tls.h:840
UCHAR nx_secure_tls_ecdhe_public_key[4 * NX_SECURE_TLS_PREMASTER_SIZE];
nx_secure_tls.h:910
UCHAR nx_secure_tls_pre_master_secret[NX_SECURE_TLS_PREMASTER_SIZE];
nx_secure_tls_key_material_init.c:75
NX_SECURE_MEMSET(key_material -> nx_secure_tls_pre_master_secret, 0, NX_SECURE_TLS_PREMASTER_SIZE);