ESP-IDF
s_mp_exptmod()
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
s_mp_exptmod()
s_mp_exptmod() function
Syntax
Show:
Summary
Declaration
Definition
from
libtommath.h:131
static
int
s_mp_exptmod
(
mp_int
*
G
,
mp_int
*
X
,
mp_int
*
P
,
mp_int
*
Y
,
int
redmode
)
;
Implemented in
libtommath.h:1907
Arguments
Argument
G
X
P
Y
redmode
Related Functions
Found 44 other functions taking a
mp_int
argument:
Function
mp_clear()
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()
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
s_mp_exptmod
(
mp_int
*
G
,
mp_int
*
X
,
mp_int
*
P
,
mp_int
*
Y
,
int
redmode
)
libtommath.h:1908
static
int
s_mp_exptmod
(
mp_int
*
G
,
mp_int
*
X
,
mp_int
*
P
,
mp_int
*
Y
,
int
redmode
)
;
libtommath.h:131
return
s_mp_exptmod
(
G
,
X
,
P
,
Y
,
0
)
;
libtommath.h:669
mp_exptmod()
Call Tree
from
examples
s_mp_exptmod()
is called by 1 function and calls 11 functions:
mp_exptmod()
All items filtered out
s_mp_exptmod()
mp_exch()
mp_set()
mp_sqr()
mp_reduce_2k_setup_l()
mp_count_bits()
mp_reduce_setup()
mp_copy()
mp_mod()
mp_init()
mp_clear()
mp_mul()
All items filtered out
Data Use
from
examples
s_mp_exptmod()
reads 4 variables:
mp_reduce_2k_l()
mp_reduce()
mp_int::used
mp_int::dp
All items filtered out
s_mp_exptmod()
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