mbedTLS
gcd_pairs
is only used within mbedTLS.
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
ESP-IDF Framework and Examples
mbedTLS
gcd_pairs
gcd_pairs variable
Syntax
Show:
Summary
Declaration
from
bignum.c:2337
static
const
int
gcd_pairs
[
GCD_PAIR_COUNT
]
[
3
]
=
{
{
693
,
609
,
21
}
,
{
1764
,
868
,
28
}
,
{
768454923
,
542167814
,
1
}
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
int
gcd_pairs
[
GCD_PAIR_COUNT
]
[
3
]
=
bignum.c:2337
MBEDTLS_MPI_CHK
(
mbedtls_mpi_lset
(
&
X
,
gcd_pairs
[
i
]
[
0
]
)
)
;
bignum.c:2481
mbedtls_mpi_self_test()
MBEDTLS_MPI_CHK
(
mbedtls_mpi_lset
(
&
Y
,
gcd_pairs
[
i
]
[
1
]
)
)
;
bignum.c:2482
mbedtls_mpi_self_test()
if
(
mbedtls_mpi_cmp_int
(
&
A
,
gcd_pairs
[
i
]
[
2
]
)
!=
0
)
{
bignum.c:2486
mbedtls_mpi_self_test()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
gcd_pairs
is read by 1 function:
All items filtered out
gcd_pairs
mbedtls_mpi_self_test()
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