Searched refs:mp_sqr (Results 26 - 29 of 29) sorted by relevance

12

/external/dropbear/libtommath/
H A Dtommath.h320 int mp_sqr(mp_int *a, mp_int *b);
H A Dbn.tex1222 int mp_sqr (mp_int * a, mp_int * b);
1340 if ((result = mp_sqr(&a, &c)) != MP_OKAY) \{
1447 if ((result = mp_sqr(&a, &c)) != MP_OKAY) \{
/external/dropbear/libtommath/mtest/
H A Dmpi.c1107 /* {{{ mp_sqr(a, b) */
1110 mp_err mp_sqr(mp_int *a, mp_int *b) function
1126 } /* end mp_sqr() */
1484 if((res = mp_sqr(&t, &t)) != MP_OKAY ||
1609 if((res = mp_sqr(a, c)) != MP_OKAY)
/external/dropbear/libtomcrypt/testprof/
H A Dx86_prof.c687 #define DO1 mp_sqr(&a, &b);

Completed in 500 milliseconds

12