netxduo
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_multiple
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_EC_STRUCT::nx_crypto_ec_multiple
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_multiple field
Syntax
Show:
Summary
Declaration
from
nx_crypto_ec.h:142
VOID
(
*
nx_crypto_ec_multiple
)
(
struct
NX_CRYPTO_EC_STRUCT
*
curve
,
NX_CRYPTO_EC_POINT
*
g
,
NX_CRYPTO_HUGE_NUMBER
*
d
,
NX_CRYPTO_EC_POINT
*
r
,
HN_UBASE
*
scratch
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
VOID
(
*
nx_crypto_ec_multiple
)
(
struct
NX_CRYPTO_EC_STRUCT
*
curve
,
nx_crypto_ec.h:142
NX_CRYPTO_CONST
NX_CRYPTO_EC
_nx_crypto_ec_secp192r1
=
nx_crypto_ec.c:379
_nx_crypto_ec_secp192r1
_nx_crypto_ec_fp_projective_multiple()
NX_CRYPTO_CONST
NX_CRYPTO_EC
_nx_crypto_ec_secp224r1
=
nx_crypto_ec.c:441
_nx_crypto_ec_secp224r1
_nx_crypto_ec_fp_projective_multiple()
NX_CRYPTO_CONST
NX_CRYPTO_EC
_nx_crypto_ec_secp256r1
=
nx_crypto_ec.c:503
_nx_crypto_ec_secp256r1
_nx_crypto_ec_fp_projective_multiple()
NX_CRYPTO_CONST
NX_CRYPTO_EC
_nx_crypto_ec_secp384r1
=
nx_crypto_ec.c:565
_nx_crypto_ec_secp384r1
_nx_crypto_ec_fp_projective_multiple()
NX_CRYPTO_CONST
NX_CRYPTO_EC
_nx_crypto_ec_secp521r1
=
nx_crypto_ec.c:627
_nx_crypto_ec_secp521r1
_nx_crypto_ec_fp_projective_multiple()
curve
->
nx_crypto_ec_multiple
(
curve
,
g
,
private_key
,
public_key
,
scratch
)
;
nx_crypto_ec.c:3187
_nx_crypto_ec_key_pair_generation_extra()
curve
->
nx_crypto_ec_multiple
(
curve
,
g
,
&
d
,
&
array
[
0
]
,
scratch_ptr
)
;
nx_crypto_ec.c:3418
_nx_crypto_ec_precomputation()
curve
->
nx_crypto_ec_multiple
(
curve
,
&
array
[
(
1
<
<
(
i
-
1
)
)
-
2
]
,
&
d
,
nx_crypto_ec.c:3426
_nx_crypto_ec_precomputation()
curve
->
nx_crypto_ec_multiple
(
curve
,
g
,
&
d
,
&
array
[
0
]
,
scratch_ptr
)
;
nx_crypto_ec.c:3453
_nx_crypto_ec_precomputation()
curve
->
nx_crypto_ec_multiple
(
curve
,
&
array
[
0
]
,
&
d
,
&
array
[
1
]
,
scratch_ptr
)
;
nx_crypto_ec.c:3459
_nx_crypto_ec_precomputation()
curve
->
nx_crypto_ec_multiple
(
curve
,
&
array
[
(
1
<
<
(
i
-
1
)
)
-
1
]
,
&
d
,
nx_crypto_ec.c:3467
_nx_crypto_ec_precomputation()
curve
->
nx_crypto_ec_multiple
(
curve
,
&
public_key
,
&
private_key
,
&
shared_secret
,
scratch_buf_ptr
)
;
nx_crypto_ecdh.c:432
_nx_crypto_ecdh_compute_secret()
curve
->
nx_crypto_ec_multiple
(
curve
,
&
curve
->
nx_crypto_ec_g
,
&
u1
,
&
pt
,
scratch
)
;
nx_crypto_ecdsa.c:464
_nx_crypto_ecdsa_verify()
curve
->
nx_crypto_ec_multiple
(
curve
,
&
pubkey
,
&
u2
,
&
pt2
,
scratch
)
;
nx_crypto_ecdsa.c:465
_nx_crypto_ecdsa_verify()
curve
->
nx_crypto_ec_multiple
(
curve
,
public_key
,
&
h
,
&
temp1
,
scratch
)
;
nx_crypto_ecjpake.c:1243
_nx_crypto_ecjpake_schnorr_zkp_verify()
curve
->
nx_crypto_ec_multiple
(
curve
,
g
,
r
,
&
temp2
,
scratch
)
;
nx_crypto_ecjpake.c:1244
_nx_crypto_ecjpake_schnorr_zkp_verify()
curve
->
nx_crypto_ec_multiple
(
curve
,
g
,
private_key
,
public_key
,
scratch
)
;
nx_crypto_ecjpake.c:1342
_nx_crypto_ecjpake_public_key_generate()
curve
->
nx_crypto_ec_multiple
(
curve
,
&
temp1
,
x2
,
&
temp2
,
scratch
)
;
nx_crypto_ecjpake.c:1427
_nx_crypto_ecjpake_pre_master_secret_generate()
curve
->
nx_crypto_ec_multiple
(
curve
,
&
temp2
,
s
,
&
temp1
,
scratch
)
;
nx_crypto_ecjpake.c:1428
_nx_crypto_ecjpake_pre_master_secret_generate()
curve
->
nx_crypto_ec_multiple
(
curve
,
&
temp2
,
x2
,
&
temp1
,
scratch
)
;
nx_crypto_ecjpake.c:1432
_nx_crypto_ecjpake_pre_master_secret_generate()
Call Tree
from
examples
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_multiple
is called by 7 functions:
_nx_crypto_ec_key_pair_generation_extra()
_nx_crypto_ec_precomputation()
_nx_crypto_ecdh_compute_secret()
_nx_crypto_ecdsa_verify()
_nx_crypto_ecjpake_schnorr_zkp_verify()
_nx_crypto_ecjpake_public_key_generate()
_nx_crypto_ecjpake_pre_master_secret_generate()
All items filtered out
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_multiple
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_multiple
implements 1 functions:
_nx_crypto_ec_fp_projective_multiple()
All items filtered out
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_multiple
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out