netxduo
NX_CRYPTO_ECDSA::nx_crypto_ecdsa_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_CRYPTO_ECDSA::nx_crypto_ecdsa_curve
NX_CRYPTO_ECDSA::nx_crypto_ecdsa_curve field
Syntax
Show:
Summary
Declaration
from
nx_crypto_ecdsa.h:79
NX_CRYPTO_EC
*
nx_crypto_ecdsa_curve
;
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_EC
*
nx_crypto_ecdsa_curve
;
nx_crypto_ecdsa.h:79
ecdsa
->
nx_crypto_ecdsa_curve
=
NX_CRYPTO_NULL
;
nx_crypto_ecdsa.c:557
_nx_crypto_method_ecdsa_init()
(
UCHAR
*
)
&
ecdsa
->
nx_crypto_ecdsa_curve
,
nx_crypto_ecdsa.c:722
_nx_crypto_method_ecdsa_operation()
if
(
(
key
==
NX_CRYPTO_NULL
)
||
(
ecdsa
->
nx_crypto_ecdsa_curve
==
NX_CRYPTO_NULL
)
)
nx_crypto_ecdsa.c:734
_nx_crypto_method_ecdsa_operation()
status
=
_nx_crypto_ecdsa_sign
(
ecdsa
->
nx_crypto_ecdsa_curve
,
nx_crypto_ecdsa.c:741
_nx_crypto_method_ecdsa_operation()
status
=
_nx_crypto_ecdsa_verify
(
ecdsa
->
nx_crypto_ecdsa_curve
,
nx_crypto_ecdsa.c:758
_nx_crypto_method_ecdsa_operation()
if
(
ecdsa
->
nx_crypto_ecdsa_curve
==
NX_CRYPTO_NULL
)
nx_crypto_ecdsa.c:768
_nx_crypto_method_ecdsa_operation()
status
=
_nx_crypto_ec_key_pair_stream_generate
(
ecdsa
->
nx_crypto_ecdsa_curve
,
nx_crypto_ecdsa.c:774
_nx_crypto_method_ecdsa_operation()
if
(
(
key
==
NX_CRYPTO_NULL
)
||
(
ecdsa
->
nx_crypto_ecdsa_curve
==
NX_CRYPTO_NULL
)
)
nx_crypto_ecdsa.c:858
_nx_crypto_method_ecdsa_operation()
status
=
_nx_crypto_ecdsa_sign
(
ecdsa
->
nx_crypto_ecdsa_curve
,
nx_crypto_ecdsa.c:868
_nx_crypto_method_ecdsa_operation()
status
=
_nx_crypto_ecdsa_verify
(
ecdsa
->
nx_crypto_ecdsa_curve
,
nx_crypto_ecdsa.c:882
_nx_crypto_method_ecdsa_operation()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_ECDSA::nx_crypto_ecdsa_curve
is written by 1 function and is read by 1 function:
_nx_crypto_method_ecdsa_init()
All items filtered out
NX_CRYPTO_ECDSA::nx_crypto_ecdsa_curve
_nx_crypto_method_ecdsa_operation()
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