netxduo
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_add
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_add
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_add field
Syntax
Show:
Summary
Declaration
from
nx_crypto_ec.h:134
VOID
(
*
nx_crypto_ec_add
)
(
struct
NX_CRYPTO_EC_STRUCT
*
curve
,
NX_CRYPTO_EC_POINT
*
left
,
NX_CRYPTO_EC_POINT
*
right
,
HN_UBASE
*
scratch
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
VOID
(
*
nx_crypto_ec_add
)
(
struct
NX_CRYPTO_EC_STRUCT
*
curve
,
nx_crypto_ec.h:134
NX_CRYPTO_CONST
NX_CRYPTO_EC
_nx_crypto_ec_secp192r1
=
nx_crypto_ec.c:379
_nx_crypto_ec_secp192r1
_nx_crypto_ec_fp_affine_add()
NX_CRYPTO_CONST
NX_CRYPTO_EC
_nx_crypto_ec_secp224r1
=
nx_crypto_ec.c:441
_nx_crypto_ec_secp224r1
_nx_crypto_ec_fp_affine_add()
NX_CRYPTO_CONST
NX_CRYPTO_EC
_nx_crypto_ec_secp256r1
=
nx_crypto_ec.c:503
_nx_crypto_ec_secp256r1
_nx_crypto_ec_fp_affine_add()
NX_CRYPTO_CONST
NX_CRYPTO_EC
_nx_crypto_ec_secp384r1
=
nx_crypto_ec.c:565
_nx_crypto_ec_secp384r1
_nx_crypto_ec_fp_affine_add()
NX_CRYPTO_CONST
NX_CRYPTO_EC
_nx_crypto_ec_secp521r1
=
nx_crypto_ec.c:627
_nx_crypto_ec_secp521r1
_nx_crypto_ec_fp_affine_add()
curve
->
nx_crypto_ec_add
(
curve
,
&
array
[
offset
-
1
]
,
g
,
scratch_ptr
)
;
nx_crypto_ec.c:3433
_nx_crypto_ec_precomputation()
curve
->
nx_crypto_ec_add
(
curve
,
&
array
[
offset
+
j
-
1
]
,
&
array
[
j
-
1
]
,
scratch_ptr
)
;
nx_crypto_ec.c:3441
_nx_crypto_ec_precomputation()
curve
->
nx_crypto_ec_add
(
curve
,
&
array
[
offset
+
j
]
,
&
array
[
j
]
,
scratch_ptr
)
;
nx_crypto_ec.c:3477
_nx_crypto_ec_precomputation()
curve
->
nx_crypto_ec_add
(
curve
,
&
pt
,
&
pt2
,
scratch
)
;
nx_crypto_ecdsa.c:467
_nx_crypto_ecdsa_verify()
curve
->
nx_crypto_ec_add
(
curve
,
&
ga
,
&
ecjpake
->
nx_crypto_ecjpake_public_x2
,
scratch
)
;
nx_crypto_ecjpake.c:668
_nx_crypto_ecjpake_key_exchange_process()
curve
->
nx_crypto_ec_add
(
curve
,
&
ga
,
&
ecjpake
->
nx_crypto_ecjpake_public_x3
,
scratch
)
;
nx_crypto_ecjpake.c:669
_nx_crypto_ecjpake_key_exchange_process()
curve
->
nx_crypto_ec_add
(
curve
,
&
temp1
,
&
temp2
,
scratch
)
;
nx_crypto_ecjpake.c:1245
_nx_crypto_ecjpake_schnorr_zkp_verify()
curve
->
nx_crypto_ec_add
(
curve
,
g
,
x3
,
scratch
)
;
nx_crypto_ecjpake.c:1331
_nx_crypto_ecjpake_public_key_generate()
curve
->
nx_crypto_ec_add
(
curve
,
g
,
x4
,
scratch
)
;
nx_crypto_ecjpake.c:1332
_nx_crypto_ecjpake_public_key_generate()
Call Tree
from
examples
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_add
is called by 5 functions:
_nx_crypto_ec_precomputation()
_nx_crypto_ecdsa_verify()
_nx_crypto_ecjpake_key_exchange_process()
_nx_crypto_ecjpake_schnorr_zkp_verify()
_nx_crypto_ecjpake_public_key_generate()
All items filtered out
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_add
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
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_add
implements 1 functions:
_nx_crypto_ec_fp_affine_add()
All items filtered out
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_add
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out