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

  /external/dropbear/libtommath/
bn_mp_sqr.c 20 mp_sqr (mp_int * a, mp_int * b) function
  /external/dropbear/libtommath/mtest/
mpi.h 129 mp_err mp_sqr(mp_int *a, mp_int *b);
131 #define mp_sqr(a, b) mp_mul(a, a, b) macro
mpi.c 1107 /* {{{ 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
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 476 #define mp_sqr(a, b) ltc_mp.sqr(a, b) macro
  /external/wpa_supplicant_8/src/tls/
libtommath.c 179 static int mp_sqr(mp_int * a, mp_int * b);
2112 static int mp_sqr (mp_int * a, mp_int * b) function
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 7283 mp_sqr (mp_int * a, mp_int * b) function
    [all...]

Completed in 76 milliseconds