OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mp_2expt
(Results
1 - 5
of
5
) sorted by null
/external/dropbear/libtommath/
bn_mp_2expt.c
24
mp_2expt
(mp_int * a, int b)
function
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h
462
#define
mp_2expt
(a, b) ltc_mp.twoexpt(a, b)
macro
/external/dropbear/libtommath/mtest/
mpi.c
1331
/* {{{
mp_2expt
(a, k) */
1335
mp_err
mp_2expt
(mp_int *a, mp_digit k)
function
1341
} /* end
mp_2expt
() */
[
all
...]
/external/wpa_supplicant_8/src/tls/
libtommath.c
182
static int
mp_2expt
(mp_int * a, int b);
2219
static int
mp_2expt
(mp_int * a, int b)
function
[
all
...]
/external/dropbear/libtommath/pre_gen/
mpi.c
735
mp_2expt
(mp_int * a, int b)
function
[
all
...]
Completed in 40 milliseconds