mbedTLS
mul_count
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mul_count
mul_count variable
Syntax
Show:
Summary
Declaration
from
ecp.c:89
static
unsigned
long
mul_count
;
Examples
References
from
examples
Code
Location
Referrer
static
unsigned
long
mul_count
;
ecp.c:89
MOD_MUL
(
*
X
)
;
ecp.c:1062
mbedtls_mpi_mul_mod()
mul_count
=
0
;
ecp.c:3567
self_test_point()
mul_c_prev
=
mul_count
;
ecp.c:3576
self_test_point()
mul_count
=
0
;
ecp.c:3579
self_test_point()
mul_count
!=
mul_c_prev
)
{
ecp.c:3587
self_test_point()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mul_count
is written by 2 functions and is read by 2 functions:
mbedtls_mpi_mul_mod()
self_test_point()
All items filtered out
mul_count
mbedtls_mpi_mul_mod()
self_test_point()
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