netxduo
NX_CRYTPO_MISSING_ECC_CURVE
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_CRYTPO_MISSING_ECC_CURVE
NX_CRYTPO_MISSING_ECC_CURVE macro
Syntax
Show:
Summary
Declaration
from
nx_crypto_const.h:316
#define
NX_CRYTPO_MISSING_ECC_CURVE
0x2000F
Examples
References
from
examples
Code
Location
#define
NX_CRYTPO_MISSING_ECC_CURVE
0x2000F
/* ECC curve lookup failed to return a matching curve. */
nx_crypto_const.h:316
return
(
NX_CRYTPO_MISSING_ECC_CURVE
)
;
nx_crypto_ec.c:3798
return
(
NX_CRYTPO_MISSING_ECC_CURVE
)
;
nx_secure_tls_find_curve_method.c:117
if
(
(
status
==
NX_CRYTPO_MISSING_ECC_CURVE
)
||
(
new_curve_priority
>
curve_priority
)
)
nx_secure_tls_process_clienthello_extensions.c:579
return
(
NX_CRYTPO_MISSING_ECC_CURVE
)
;
nx_secure_x509_find_curve_method.c:94
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