netxduo
NX_CRYPTO_ECDH_STRUCT::nx_crypto_ecdh_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_ECDH_STRUCT::nx_crypto_ecdh_curve
NX_CRYPTO_ECDH_STRUCT::nx_crypto_ecdh_curve field
Syntax
Show:
Summary
Declaration
from
nx_crypto_ecdh.h:82
NX_CRYPTO_EC
*
nx_crypto_ecdh_curve
;
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_EC
*
nx_crypto_ecdh_curve
;
nx_crypto_ecdh.h:82
curve
=
ecdh_ptr
->
nx_crypto_ecdh_curve
;
nx_crypto_ecdh.c:175
_nx_crypto_ecdh_private_key_export()
ecdh_ptr
->
nx_crypto_ecdh_curve
=
curve
;
nx_crypto_ecdh.c:272
_nx_crypto_ecdh_setup()
curve
=
ecdh_ptr
->
nx_crypto_ecdh_curve
;
nx_crypto_ecdh.c:386
_nx_crypto_ecdh_compute_secret()
(
UCHAR
*
)
&
ecdh
->
nx_crypto_ecdh_curve
,
nx_crypto_ecdh.c:680
_nx_crypto_method_ecdh_operation()
if
(
ecdh
->
nx_crypto_ecdh_curve
==
NX_CRYPTO_NULL
)
nx_crypto_ecdh.c:688
_nx_crypto_method_ecdh_operation()
status
=
_nx_crypto_ec_key_pair_stream_generate
(
ecdh
->
nx_crypto_ecdh_curve
,
nx_crypto_ecdh.c:694
_nx_crypto_method_ecdh_operation()
ecdh
->
nx_crypto_ecdh_curve
,
nx_crypto_ecdh.c:708
_nx_crypto_method_ecdh_operation()
status
=
_nx_crypto_ecdh_key_pair_import
(
ecdh
,
ecdh
->
nx_crypto_ecdh_curve
,
nx_crypto_ecdh.c:719
_nx_crypto_method_ecdh_operation()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_ECDH_STRUCT::nx_crypto_ecdh_curve
is written by 1 function and is read by 3 functions:
_nx_crypto_ecdh_setup()
All items filtered out
NX_CRYPTO_ECDH_STRUCT::nx_crypto_ecdh_curve
_nx_crypto_ecdh_private_key_export()
_nx_crypto_ecdh_compute_secret()
_nx_crypto_method_ecdh_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