OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mp_abs
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/libtommath/
bn_mp_abs.c
23
mp_abs
(mp_int * a, mp_int * b)
function
/external/dropbear/libtommath/mtest/
mpi.c
802
/* {{{
mp_abs
(a, b) */
805
mp_abs
(a, b)
810
mp_err
mp_abs
(mp_int *a, mp_int *b)
function
823
} /* end
mp_abs
() */
[
all
...]
/external/wpa_supplicant_8/src/tls/
libtommath.c
177
static int
mp_abs
(mp_int * a, mp_int * b);
623
if ((err =
mp_abs
(X, &tmpX)) != MP_OKAY) {
1305
static int
mp_abs
(mp_int * a, mp_int * b)
function
[
all
...]
/external/dropbear/libtommath/pre_gen/
mpi.c
786
mp_abs
(mp_int * a, mp_int * b)
function
[
all
...]
Completed in 35 milliseconds