ESP-IDF
mp_clear()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mp_clear()
mp_clear() function
Syntax
Show:
Summary
Declaration
from
libtommath.h:394
static
void
mp_clear
(
mp_int
*
a
)
;
Arguments
Argument
a
Related Functions
Found 44 other functions taking a
mp_int
argument:
Function
mp_init()
mp_clamp()
mp_copy()
mp_exch()
mp_grow()
mp_zero()
mp_count_bits()
mp_mul()
mp_cmp_mag()
s_mp_sub()
mp_sqr()
mp_div_2d()
mp_set()
mp_mul_2d()
mp_rshd()
mp_add()
mp_init_size()
mp_abs()
mp_2expt()
mp_mod_2d()
mp_div()
s_mp_mul_digs()
mp_init_copy()
mp_mod()
mp_cmp()
mp_sub()
mp_lshd()
s_mp_add()
s_mp_mul_high_digs()
mp_reduce_2k_l()
mp_reduce_2k_setup_l()
mp_reduce_setup()
mp_reduce()
mp_cmp_d()
mp_unsigned_bin_size()
fast_s_mp_mul_digs()
s_mp_exptmod()
mp_init_multi()
mp_clear_multi()
s_mp_sqr()
mp_mulmod()
mp_exptmod()
mp_read_unsigned_bin()
mp_to_unsigned_bin()
Examples
References
from
examples
Code
Location
Referrer
mp_clear
(
mp_int
*
a
)
libtommath.h:395
mp_clear
(
(
mp_int
*
)
n
)
;
bignum.c:50
bignum_deinit()
mp_clear
(
&
t
)
;
libtommath.h:548
mp_mulmod()
mp_clear
(
&
t
)
;
libtommath.h:552
mp_mulmod()
mp_clear
(
&
t
)
;
libtommath.h:569
mp_mod()
mp_clear
(
&
t
)
;
libtommath.h:580
mp_mod()
mp_clear
(
&
t
)
;
libtommath.h:1018
mp_to_unsigned_bin()
mp_clear
(
&
t
)
;
libtommath.h:1023
mp_to_unsigned_bin()
mp_clear
(
&
t
)
;
libtommath.h:1053
mp_div_2d()
mp_clear
(
&
t
)
;
libtommath.h:1060
mp_div_2d()
mp_clear
(
&
t
)
;
libtommath.h:1101
mp_div_2d()
mp_clear
(
cur_arg
)
;
libtommath.h:1488
mp_init_multi()
mp_clear
(
next_mp
)
;
libtommath.h:1512
mp_clear_multi()
mp_clear
(
&
M
[
y
]
)
;
libtommath.h:1949
s_mp_exptmod()
mp_clear
(
&
M
[
1
]
)
;
libtommath.h:1951
s_mp_exptmod()
LBL_RES
:
mp_clear
(
&
res
)
;
libtommath.h:2124
s_mp_exptmod()
LBL_MU
:
mp_clear
(
&
mu
)
;
libtommath.h:2125
s_mp_exptmod()
mp_clear
(
&
M
[
1
]
)
;
libtommath.h:2127
s_mp_exptmod()
mp_clear
(
&
M
[
x
]
)
;
libtommath.h:2129
s_mp_exptmod()
mp_clear
(
&
q
)
;
libtommath.h:2211
mp_reduce_2k_l()
mp_clear
(
&
tmp
)
;
libtommath.h:2236
mp_reduce_2k_setup_l()
mp_clear
(
&
q
)
;
libtommath.h:2362
mp_reduce()
mp_clear
(
&
t
)
;
libtommath.h:2434
s_mp_mul_digs()
mp_clear
(
&
t
)
;
libtommath.h:2616
s_mp_sqr()
mp_clear
(
&
t
)
;
libtommath.h:2677
s_mp_mul_high_digs()
Call Tree
from
examples
mp_clear()
is called by 14 functions and calls 1 function:
mp_mulmod()
mp_mod()
mp_to_unsigned_bin()
mp_div_2d()
mp_init_multi()
mp_clear_multi()
s_mp_exptmod()
mp_reduce_2k_l()
mp_reduce_2k_setup_l()
mp_reduce()
s_mp_mul_digs()
s_mp_sqr()
s_mp_mul_high_digs()
bignum_deinit()
All items filtered out
mp_clear()
free()
All items filtered out
Data Use
from
examples
mp_clear()
reads 2 variables and writes 4 variables:
mp_int::used
mp_int::dp
All items filtered out
mp_clear()
mp_int::used
mp_int::alloc
mp_int::sign
mp_int::dp
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