OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_exch
(Results
26 - 30
of
30
) sorted by null
1
2
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h
498
#define
mp_exch
(a, b) do { void *ABC__tmp = a; a = b; b = ABC__tmp; } while(0);
macro
/external/dropbear/libtommath/etc/
pprime.c
346
mp_exch
(&n, p);
/external/dropbear/libtommath/mtest/
mpi.h
95
void
mp_exch
(mp_int *mp1, mp_int *mp2);
mpi.c
387
/* {{{
mp_exch
(mp1, mp2) */
390
mp_exch
(mp1, mp2)
397
void
mp_exch
(mp_int *mp1, mp_int *mp2)
function
408
} /* end
mp_exch
() */
[
all
...]
/external/dropbear/libtommath/
tommath.h
209
void
mp_exch
(mp_int *a, mp_int *b);
Completed in 488 milliseconds
1
2