HomeSort by relevance Sort by last modified time
    Searched full:mp_is_square (Results 1 - 5 of 5) sorted by null

  /external/dropbear/libtommath/demo/
demo.c 144 printf("\nTesting: mp_is_square\n");
149 /* test mp_is_square false negatives */
153 if (mp_is_square(&a, &n) != MP_OKAY) {
154 printf("fn:mp_is_square() error!\n");
158 printf("fn:mp_is_square() bad result!\n");
164 if (mp_is_square(&a, &n) != MP_OKAY) {
165 printf("fp:mp_is_square() error!\n");
169 printf("fp:mp_is_square() bad result!\n");
  /external/dropbear/libtommath/
bn_mp_is_square.c 41 int mp_is_square(mp_int *arg,int *ret) function
tommath.h 390 int mp_is_square(mp_int *arg, int *ret);
changes.txt 100 -- Alex Polushin contributed an optimized mp_sqrt() as well as mp_get_int() and mp_is_square().
  /external/dropbear/libtommath/pre_gen/
mpi.c 3913 int mp_is_square(mp_int *arg,int *ret) function
    [all...]

Completed in 96 milliseconds