netxduo
NX_CRYPTO_EC_MULTIPLE_DIGIT_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_DIGIT_REDUCE
NX_CRYPTO_EC_MULTIPLE_DIGIT_REDUCE macro
Syntax
Show:
Summary
Declaration
from
nx_crypto_ec.h:171
#define
NX_CRYPTO_EC_MULTIPLE_DIGIT_REDUCE
(
curve
,
value
,
digit
,
result
,
scratch
)
\
_nx_crypto_huge_number_multiply_digit
(
value
,
digit
,
result
)
;
\
curve
->
nx_crypto_ec_reduce
(
curve
,
result
,
scratch
)
;
Arguments
Argument
curve
value
digit
result
scratch
Examples
References
from
examples
Code
Location
#define
NX_CRYPTO_EC_MULTIPLE_DIGIT_REDUCE
(
curve
,
value
,
digit
,
result
,
scratch
)
\
nx_crypto_ec.h:171
NX_CRYPTO_EC_MULTIPLE_DIGIT_REDUCE
(
curve
,
&
temp3
,
3
,
&
temp4
,
scratch
)
;
nx_crypto_ec.c:2454
NX_CRYPTO_EC_MULTIPLE_DIGIT_REDUCE
(
curve
,
&
temp3
,
3
,
&
temp2
,
scratch
)
;
nx_crypto_ec.c:2584
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