netxduo
NX_CRYPTO_EC_MULTIPLE_REDUCE
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_CRYPTO_EC_MULTIPLE_REDUCE
NX_CRYPTO_EC_MULTIPLE_REDUCE macro
Syntax
Show:
Summary
Declaration
from
nx_crypto_ec.h:175
#define
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
left
,
right
,
result
,
scratch
)
\
_nx_crypto_huge_number_multiply
(
left
,
right
,
result
)
;
\
curve
->
nx_crypto_ec_reduce
(
curve
,
result
,
scratch
)
;
Arguments
Argument
curve
left
right
result
scratch
Examples
References
from
examples
Code
Location
#define
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
left
,
right
,
result
,
scratch
)
\
nx_crypto_ec.h:175
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
&
point
->
nx_crypto_ec_point_x
,
nx_crypto_ec.c:1113
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
&
zi
,
&
temp1
,
&
temp2
,
scratch
)
;
nx_crypto_ec.c:1118
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
&
point
->
nx_crypto_ec_point_y
,
nx_crypto_ec.c:1119
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
&
affine_point
->
nx_crypto_ec_point_x
,
nx_crypto_ec.c:2299
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
&
projective_point
->
nx_crypto_ec_point_z
,
nx_crypto_ec.c:2307
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
&
affine_point
->
nx_crypto_ec_point_y
,
nx_crypto_ec.c:2309
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
&
projective_point
->
nx_crypto_ec_point_z
,
nx_crypto_ec.c:2316
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
&
temp2
,
&
temp3
,
&
temp4
,
scratch
)
;
nx_crypto_ec.c:2324
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
&
projective_point
->
nx_crypto_ec_point_x
,
nx_crypto_ec.c:2325
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
&
temp1
,
&
temp2
,
&
temp3
,
scratch
)
;
nx_crypto_ec.c:2340
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
&
projective_point
->
nx_crypto_ec_point_y
,
nx_crypto_ec.c:2341
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
&
projective_point
->
nx_crypto_ec_point_x
,
nx_crypto_ec.c:2437
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
&
temp4
,
&
temp5
,
&
temp3
,
scratch
)
;
nx_crypto_ec.c:2453
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
&
projective_point
->
nx_crypto_ec_point_y
,
nx_crypto_ec.c:2457
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
&
temp1
,
&
temp4
,
&
temp3
,
scratch
)
;
nx_crypto_ec.c:2477
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
&
temp2
,
&
temp1
,
&
temp3
,
scratch
)
;
nx_crypto_ec.c:2586
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
&
temp1
,
&
temp2
,
&
temp3
,
scratch
)
;
nx_crypto_ec.c:2598
NX_CRYPTO_EC_MULTIPLE_REDUCE
(
curve
,
&
temp2
,
&
temp3
,
&
temp1
,
scratch
)
;
nx_crypto_ec.c:2610
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