OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mp_shrink
(Results
1 - 7
of
7
) sorted by null
/external/dropbear/libtommath/
bn_mp_shrink.c
19
int
mp_shrink
(mp_int * a)
function
changes.txt
111
-- Added fix to
mp_shrink
to prevent a realloc when used == 0 [e.g. realloc zero bytes???]
124
-- Added fix to
mp_shrink
() to avoid a memory leak.
tommath.h
212
int
mp_shrink
(mp_int *a);
bn.tex
553
int
mp_shrink
(mp_int * a);
576
if ((result =
mp_shrink
(&number)) != MP_OKAY) \{
[
all
...]
/external/dropbear/libtommath/mtest/
mpi.h
101
mp_err
mp_shrink
(mp_int *a);
/external/dropbear/libtomcrypt/
changes
[
all
...]
/external/dropbear/libtommath/pre_gen/
mpi.c
7212
int
mp_shrink
(mp_int * a)
function
[
all
...]
Completed in 72 milliseconds