netxduo
NX_SECURE_TLS_PREMASTER_SIZE
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_SECURE_TLS_PREMASTER_SIZE
NX_SECURE_TLS_PREMASTER_SIZE macro
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:650
#define
NX_SECURE_TLS_PREMASTER_SIZE
(
68
)
Examples
References
from
examples
Code
Location
#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:650
UCHAR
nx_secure_tls_ecdhe_private_key
[
NX_SECURE_TLS_PREMASTER_SIZE
]
;
nx_secure_tls.h:834
UCHAR
nx_secure_tls_ecdhe_public_key
[
4
*
NX_SECURE_TLS_PREMASTER_SIZE
]
;
nx_secure_tls.h:840
UCHAR
nx_secure_tls_pre_master_secret
[
NX_SECURE_TLS_PREMASTER_SIZE
]
;
nx_secure_tls.h:910
NX_SECURE_MEMSET
(
key_material
->
nx_secure_tls_pre_master_secret
,
0
,
NX_SECURE_TLS_PREMASTER_SIZE
)
;
nx_secure_tls_key_material_init.c:75
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