netxduo
NX_SECURE_TLS_SIGNATURE_ALGORITHM_RSA
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_SIGNATURE_ALGORITHM_RSA
NX_SECURE_TLS_SIGNATURE_ALGORITHM_RSA macro
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:585
#define
NX_SECURE_TLS_SIGNATURE_ALGORITHM_RSA
1
Examples
References
from
examples
Code
Location
#define
NX_SECURE_TLS_SIGNATURE_ALGORITHM_RSA
1
nx_secure_tls.h:585
#define
NX_SECURE_TLS_SIGNATURE_RSA_MD5
(
(
(
UINT
)
NX_SECURE_TLS_HASH_ALGORITHM_MD5
<
<
8
)
+
(
UINT
)
NX_SECURE_TLS_SIGNATURE_ALGORITHM_RSA
)
nx_secure_tls.h:590
#define
NX_SECURE_TLS_SIGNATURE_RSA_SHA1
(
(
(
UINT
)
NX_SECURE_TLS_HASH_ALGORITHM_SHA1
<
<
8
)
+
(
UINT
)
NX_SECURE_TLS_SIGNATURE_ALGORITHM_RSA
)
nx_secure_tls.h:591
#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_RSA_SHA384
(
(
(
UINT
)
NX_SECURE_TLS_HASH_ALGORITHM_SHA384
<
<
8
)
+
(
UINT
)
NX_SECURE_TLS_SIGNATURE_ALGORITHM_RSA
)
nx_secure_tls.h:593
#define
NX_SECURE_TLS_SIGNATURE_RSA_SHA512
(
(
(
UINT
)
NX_SECURE_TLS_HASH_ALGORITHM_SHA512
<
<
8
)
+
(
UINT
)
NX_SECURE_TLS_SIGNATURE_ALGORITHM_RSA
)
nx_secure_tls.h:594
if
(
(
ecc_data
->
nx_secure_tls_ecdhe_signature_algorithm
&
0xFF
)
==
NX_SECURE_TLS_SIGNATURE_ALGORITHM_RSA
&&
nx_secure_tls_ecc_generate_keys.c:653
packet_buffer
[
1
]
!=
NX_SECURE_TLS_SIGNATURE_ALGORITHM_RSA
)
nx_secure_tls_process_certificate_verify.c:520
expected_signature
=
NX_SECURE_TLS_SIGNATURE_ALGORITHM_RSA
;
nx_secure_tls_process_clienthello_extensions.c:549
if
(
signature_algorithm
==
NX_SECURE_TLS_SIGNATURE_ALGORITHM_RSA
&&
nx_secure_tls_process_server_key_exchange.c:618
current_buffer
[
length
+
1
]
=
NX_SECURE_TLS_SIGNATURE_ALGORITHM_RSA
;
/* RSA */
nx_secure_tls_send_certificate_verify.c:554
sig_algo
=
NX_SECURE_TLS_SIGNATURE_ALGORITHM_RSA
;
nx_secure_tls_send_clienthello_extensions.c:411
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