HomeSort by relevance Sort by last modified time
    Searched refs:s_mp_sqr (Results 1 - 6 of 6) sorted by null

  /external/dropbear/libtommath/
bn_mp_sqr.c 46 res = s_mp_sqr (a, b);
bn_s_mp_sqr.c 19 int s_mp_sqr (mp_int * a, mp_int * b) function
tommath.h 561 int s_mp_sqr(mp_int *a, mp_int *b);
  /external/dropbear/libtommath/mtest/
mpi.c 190 mp_err s_mp_sqr(mp_int *a); /* magnitude square */
192 #define s_mp_sqr(a) s_mp_mul(a, a) macro
780 if((res = s_mp_sqr(&x)) != MP_OKAY)
1119 if((res = s_mp_sqr(b)) != MP_OKAY)
1295 if((res = s_mp_sqr(&x)) != MP_OKAY)
1311 if((res = s_mp_sqr(&x)) != MP_OKAY)
3511 mp_err s_mp_sqr(mp_int *a) function
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 142 static int s_mp_sqr(mp_int * a, mp_int * b);
2528 static int s_mp_sqr (mp_int * a, mp_int * b) function
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 9311 int s_mp_sqr (mp_int * a, mp_int * b) function
    [all...]

Completed in 485 milliseconds