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

  /external/dropbear/libtommath/
bn_mp_sqrmod.c 20 mp_sqrmod (mp_int * a, mp_int * b, mp_int * c) function
  /external/dropbear/libtommath/mtest/
mpi.h 149 mp_err mp_sqrmod(mp_int *a, mp_int *m, mp_int *c);
151 #define mp_sqrmod(a, m, c) mp_mulmod(a, a, m, c) macro
mpi.c 1600 /* {{{ mp_sqrmod(a, m, c) */
1603 mp_err mp_sqrmod(mp_int *a, mp_int *m, mp_int *c) function
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 485 #define mp_sqrmod(a, b, c) ltc_mp.sqrmod(a, b, c) macro
  /external/dropbear/libtommath/pre_gen/
mpi.c 7345 mp_sqrmod (mp_int * a, mp_int * b, mp_int * c) function
    [all...]

Completed in 302 milliseconds