netxduo
NX_SECURE_TLS_SEQUENCE_NUMBER_SIZE
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_SECURE_TLS_SEQUENCE_NUMBER_SIZE
NX_SECURE_TLS_SEQUENCE_NUMBER_SIZE macro
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:662
#define
NX_SECURE_TLS_SEQUENCE_NUMBER_SIZE
(
2
)
Examples
References
from
examples
Code
Location
#define
NX_SECURE_TLS_SEQUENCE_NUMBER_SIZE
(
2
)
/* Size of sequence numbers for TLS records in 32-bit words. */
nx_secure_tls.h:662
ULONG
nx_secure_tls_local_sequence_number
[
NX_SECURE_TLS_SEQUENCE_NUMBER_SIZE
]
;
nx_secure_tls.h:1200
ULONG
nx_secure_tls_remote_sequence_number
[
NX_SECURE_TLS_SEQUENCE_NUMBER_SIZE
]
;
nx_secure_tls.h:1203
ULONG
sequence_num
[
NX_SECURE_TLS_SEQUENCE_NUMBER_SIZE
]
,
nx_secure_tls.h:1422
ULONG
sequence_num
[
NX_SECURE_TLS_SEQUENCE_NUMBER_SIZE
]
,
nx_secure_tls.h:1475
ULONG
sequence_num
[
NX_SECURE_TLS_SEQUENCE_NUMBER_SIZE
]
,
nx_secure_tls.h:1482
ULONG
sequence_num
[
NX_SECURE_TLS_SEQUENCE_NUMBER_SIZE
]
,
nx_secure_tls.h:1486
ULONG
sequence_num
[
NX_SECURE_TLS_SEQUENCE_NUMBER_SIZE
]
,
nx_secure_tls_hash_record.c:82
ULONG
sequence_num
[
NX_SECURE_TLS_SEQUENCE_NUMBER_SIZE
]
,
nx_secure_tls_record_hash_initialize.c:75
ULONG
sequence_num
[
NX_SECURE_TLS_SEQUENCE_NUMBER_SIZE
]
,
nx_secure_tls_record_payload_decrypt.c:108
ULONG
sequence_num
[
NX_SECURE_TLS_SEQUENCE_NUMBER_SIZE
]
,
nx_secure_tls_record_payload_encrypt.c:28
ULONG
sequence_num
[
NX_SECURE_TLS_SEQUENCE_NUMBER_SIZE
]
,
nx_secure_tls_record_payload_encrypt.c:88
ULONG
sequence_num
[
NX_SECURE_TLS_SEQUENCE_NUMBER_SIZE
]
,
nx_secure_tls_record_payload_encrypt.c:425
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