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

  /external/dropbear/libtommath/
bn_mp_gcd.c 19 int mp_gcd (mp_int * a, mp_int * b, mp_int * c) function
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 481 #define mp_gcd(a, b, c) ltc_mp.gcd(a, b, c) macro
  /external/dropbear/libtommath/mtest/
mpi.c 1919 mp_err mp_gcd(mp_int *a, mp_int *b, mp_int *c) function
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 3174 int mp_gcd (mp_int * a, mp_int * b, mp_int * c) function
    [all...]

Completed in 86 milliseconds