ESP-IDF
Point::z
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
Point::z
Point::z field
Syntax
Show:
Summary
Declaration
from
p_256_ecc_pp.h:35
DWORD
z
[
KEY_LENGTH_DWORDS_P256
]
;
Examples
References
from
examples
Code
Location
Referrer
DWORD
z
[
KEY_LENGTH_DWORDS_P256
]
;
p_256_ecc_pp.h:35
if
(
multiprecision_iszero
(
p
->
z
,
keyLength
)
)
{
p_256_ecc_pp.c:62
ECC_Double()
multiprecision_init
(
q
->
z
,
keyLength
)
;
p_256_ecc_pp.c:63
ECC_Double()
x1
=
p
->
x
;
y1
=
p
->
y
;
z1
=
p
->
z
;
p_256_ecc_pp.c:67
ECC_Double()
x3
=
q
->
x
;
y3
=
q
->
y
;
z3
=
q
->
z
;
p_256_ecc_pp.c:68
ECC_Double()
x1
=
p
->
x
;
y1
=
p
->
y
;
z1
=
p
->
z
;
p_256_ecc_pp.c:110
ECC_Add()
x2
=
q
->
x
;
y2
=
q
->
y
;
z2
=
q
->
z
;
p_256_ecc_pp.c:111
ECC_Add()
x3
=
r
->
x
;
y3
=
r
->
y
;
z3
=
r
->
z
;
p_256_ecc_pp.c:112
ECC_Add()
multiprecision_init
(
p
->
z
,
keyLength
)
;
p_256_ecc_pp.c:211
ECC_PointMult_Bin_NAF()
p
->
z
[
0
]
=
1
;
p_256_ecc_pp.c:212
ECC_PointMult_Bin_NAF()
multiprecision_init
(
minus_p
.
z
,
keyLength
)
;
p_256_ecc_pp.c:221
ECC_PointMult_Bin_NAF()
minus_p
.
z
[
0
]
=
1
;
p_256_ecc_pp.c:222
ECC_PointMult_Bin_NAF()
multiprecision_inv_mod
(
minus_p
.
x
,
q
->
z
,
keyLength
)
;
p_256_ecc_pp.c:242
ECC_PointMult_Bin_NAF()
multiprecision_mersenns_squa_mod
(
q
->
z
,
minus_p
.
x
,
keyLength
)
;
p_256_ecc_pp.c:243
ECC_PointMult_Bin_NAF()
multiprecision_mersenns_mult_mod
(
q
->
x
,
q
->
x
,
q
->
z
,
keyLength
)
;
p_256_ecc_pp.c:244
ECC_PointMult_Bin_NAF()
multiprecision_mersenns_mult_mod
(
q
->
z
,
q
->
z
,
minus_p
.
x
,
keyLength
)
;
p_256_ecc_pp.c:245
ECC_PointMult_Bin_NAF()
multiprecision_mersenns_mult_mod
(
q
->
y
,
q
->
y
,
q
->
z
,
keyLength
)
;
p_256_ecc_pp.c:246
ECC_PointMult_Bin_NAF()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
Point::z
is read by 3 functions:
All items filtered out
Point::z
ECC_Double()
ECC_Add()
ECC_PointMult_Bin_NAF()
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