netxduo
_nx_secure_x509_find_curve_method()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/7)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_secure_x509_find_curve_method()
_nx_secure_x509_find_curve_method() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_secure_x509.h:819
UINT
_nx_secure_x509_find_curve_method
(
USHORT
named_curve
,
const
NX_CRYPTO_METHOD
*
*
curve_method
)
;
Implemented in
nx_secure_x509_find_curve_method.c:79
Arguments
Argument
named_curve
curve_method
Examples
References
from
examples
Code
Location
Referrer
UINT
_nx_secure_x509_find_curve_method
(
USHORT
named_curve
,
const
NX_CRYPTO_METHOD
*
*
curve_method
)
nx_secure_x509_find_curve_method.c:79
UINT
_nx_secure_x509_find_curve_method
(
USHORT
named_curve
,
const
NX_CRYPTO_METHOD
*
*
curve_method
)
;
nx_secure_x509.h:819
status
=
_nx_secure_x509_find_curve_method
(
(
USHORT
)
(
ec_pubkey
->
nx_secure_ec_named_curve
)
,
&
curve_method
)
;
nx_secure_x509_certificate_verify.c:333
_nx_secure_x509_certificate_verify()
status
=
_nx_secure_x509_find_curve_method
(
(
USHORT
)
(
ec_pubkey
->
nx_secure_ec_named_curve
)
,
&
curve_method
)
;
nx_secure_x509_crl_verify.c:334
_nx_secure_x509_crl_verify()
Call Tree
from
examples
_nx_secure_x509_find_curve_method()
is called by 2 functions:
_nx_secure_x509_certificate_verify()
_nx_secure_x509_crl_verify()
All items filtered out
_nx_secure_x509_find_curve_method()
All items filtered out
Data Use
from
examples
_nx_secure_x509_find_curve_method()
reads 3 variables:
_nx_secure_x509_ecc_supported_groups
_nx_secure_x509_ecc_supported_groups_count
_nx_secure_x509_ecc_curves
All items filtered out
_nx_secure_x509_find_curve_method()
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