netxduo
NX_SECURE_TLS_ECDHE_HANDSHAKE_DATA
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_ECDHE_HANDSHAKE_DATA
NX_SECURE_TLS_ECDHE_HANDSHAKE_DATA struct
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:822
typedef
struct
NX_SECURE_TLS_ECDHE_HANDSHAKE_DATA_STRUCT
{
UINT
nx_secure_tls_ecdhe_named_curve
;
USHORT
nx_secure_tls_ecdhe_signature_algorithm
;
USHORT
nx_secure_tls_ecdhe_private_key_length
;
UCHAR
nx_secure_tls_ecdhe_private_key
[
NX_SECURE_TLS_PREMASTER_SIZE
]
;
USHORT
nx_secure_tls_ecdhe_public_key_length
;
UCHAR
nx_secure_tls_ecdhe_public_key
[
4
*
NX_SECURE_TLS_PREMASTER_SIZE
]
;
}
NX_SECURE_TLS_ECDHE_HANDSHAKE_DATA
;
Fields
Field
Declared as
NX_SECURE_TLS_ECDHE_HANDSHAKE_DATA_STRUCT::nx_secure_tls_ecdhe_named_curve
UINT
NX_SECURE_TLS_ECDHE_HANDSHAKE_DATA_STRUCT::nx_secure_tls_ecdhe_signature_algorithm
USHORT
NX_SECURE_TLS_ECDHE_HANDSHAKE_DATA_STRUCT::nx_secure_tls_ecdhe_private_key_length
USHORT
NX_SECURE_TLS_ECDHE_HANDSHAKE_DATA_STRUCT::nx_secure_tls_ecdhe_private_key
UCHAR
[
NX_SECURE_TLS_PREMASTER_SIZE
]
NX_SECURE_TLS_ECDHE_HANDSHAKE_DATA_STRUCT::nx_secure_tls_ecdhe_public_key_length
USHORT
NX_SECURE_TLS_ECDHE_HANDSHAKE_DATA_STRUCT::nx_secure_tls_ecdhe_public_key
UCHAR
[
4
*
NX_SECURE_TLS_PREMASTER_SIZE
]
Examples
References
from
examples
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