netxduo
NX_SECURE_TLS_HASH_ALGORITHM_SHA256
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (5/7)...
Files
loading (7/7)...
netxduo
threadx
filex
usbx
HAL
CMSIS
lan8742
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_SECURE_TLS_HASH_ALGORITHM_SHA256
NX_SECURE_TLS_HASH_ALGORITHM_SHA256 macro
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:579
#define
NX_SECURE_TLS_HASH_ALGORITHM_SHA256
4
Examples
References
from
examples
Code
Location
#define
NX_SECURE_TLS_HASH_ALGORITHM_SHA256
4
nx_secure_tls.h:579
#define
NX_SECURE_TLS_SIGNATURE_RSA_SHA256
(
(
(
UINT
)
NX_SECURE_TLS_HASH_ALGORITHM_SHA256
<
<
8
)
+
(
UINT
)
NX_SECURE_TLS_SIGNATURE_ALGORITHM_RSA
)
nx_secure_tls.h:592
#define
NX_SECURE_TLS_SIGNATURE_ECDSA_SHA256
(
(
(
UINT
)
NX_SECURE_TLS_HASH_ALGORITHM_SHA256
<
<
8
)
+
(
UINT
)
NX_SECURE_TLS_SIGNATURE_ALGORITHM_ECDSA
)
nx_secure_tls.h:597
case
NX_SECURE_TLS_HASH_ALGORITHM_SHA256
:
nx_secure_tls_ecc_generate_keys.c:696
if
(
packet_buffer
[
0
]
!=
NX_SECURE_TLS_HASH_ALGORITHM_SHA256
||
nx_secure_tls_process_certificate_verify.c:519
if
(
packet_buffer
[
0
]
!=
NX_SECURE_TLS_HASH_ALGORITHM_SHA256
||
nx_secure_tls_process_certificate_verify.c:730
current_buffer
[
length
]
=
NX_SECURE_TLS_HASH_ALGORITHM_SHA256
;
/* We only support SHA-256 right now. */
nx_secure_tls_send_certificate_verify.c:553
current_buffer
[
length
]
=
NX_SECURE_TLS_HASH_ALGORITHM_SHA256
;
/* We only support SHA-256 right now. */
nx_secure_tls_send_certificate_verify.c:760
hash_algo
=
NX_SECURE_TLS_HASH_ALGORITHM_SHA256
;
nx_secure_tls_send_clienthello_extensions.c:435
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