netxduo
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_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_ECJPAKE::nx_crypto_ecjpake_curve
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_curve field
Syntax
Show:
Summary
Declaration
from
nx_crypto_ecjpake.h:84
NX_CRYPTO_EC
*
nx_crypto_ecjpake_curve
;
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_EC
*
nx_crypto_ecjpake_curve
;
nx_crypto_ecjpake.h:84
ecjpake
->
nx_crypto_ecjpake_curve
=
curve
;
nx_crypto_ecjpake.c:82
_nx_crypto_ecjpake_init()
NX_CRYPTO_EC
*
curve
=
ecjpake
->
nx_crypto_ecjpake_curve
;
nx_crypto_ecjpake.c:171
_nx_crypto_ecjpake_hello_generate()
NX_CRYPTO_EC
*
curve
=
ecjpake
->
nx_crypto_ecjpake_curve
;
nx_crypto_ecjpake.c:340
_nx_crypto_ecjpake_hello_process()
NX_CRYPTO_EC
*
curve
=
ecjpake
->
nx_crypto_ecjpake_curve
;
nx_crypto_ecjpake.c:499
_nx_crypto_ecjpake_key_exchange_generate()
NX_CRYPTO_EC
*
curve
=
ecjpake
->
nx_crypto_ecjpake_curve
;
nx_crypto_ecjpake.c:637
_nx_crypto_ecjpake_key_exchange_process()
if
(
ecjpake
->
nx_crypto_ecjpake_curve
!=
NX_CRYPTO_NULL
)
nx_crypto_ecjpake.c:1865
_nx_crypto_method_ecjpake_operation()
_nx_crypto_ecjpake_init
(
ecjpake
,
ecjpake
->
nx_crypto_ecjpake_curve
,
nx_crypto_ecjpake.c:1867
_nx_crypto_method_ecjpake_operation()
(
UCHAR
*
)
&
ecjpake
->
nx_crypto_ecjpake_curve
,
nx_crypto_ecjpake.c:1887
_nx_crypto_method_ecjpake_operation()
_nx_crypto_ecjpake_init
(
ecjpake
,
ecjpake
->
nx_crypto_ecjpake_curve
,
nx_crypto_ecjpake.c:1899
_nx_crypto_method_ecjpake_operation()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_curve
is written by 1 function and is read by 5 functions:
_nx_crypto_ecjpake_init()
All items filtered out
NX_CRYPTO_ECJPAKE::nx_crypto_ecjpake_curve
_nx_crypto_ecjpake_hello_generate()
_nx_crypto_ecjpake_hello_process()
_nx_crypto_ecjpake_key_exchange_generate()
_nx_crypto_ecjpake_key_exchange_process()
_nx_crypto_method_ecjpake_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