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

  /external/dropbear/libtommath/
bn_mp_mod.c 20 mp_mod (mp_int * a, mp_int * b, mp_int * c) function
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 479 #define mp_mod(a, b, c) ltc_mp.mpdiv(a, b, NULL, c) macro
  /external/dropbear/libtommath/mtest/
mpi.c 1345 /* {{{ mp_mod(a, m, c) */
1348 mp_mod(a, m, c)
1353 mp_err mp_mod(mp_int *a, mp_int *m, mp_int *c) function
1402 } /* end mp_mod() */
1541 if((res = mp_mod(c, m, c)) != MP_OKAY)
1566 if((res = mp_mod(c, m, c)) != MP_OKAY)
1591 if((res = mp_mod(c, m, c)) != MP_OKAY)
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 173 static int mp_mod(mp_int * a, mp_int * b, mp_int * c);
553 res = mp_mod (&t, c, d);
560 static int mp_mod (mp_int * a, mp_int * b, mp_int * c) function
788 if ((res = mp_mod(a, b, &x)) != MP_OKAY) {
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 97 if ((res = mp_mod (a, b, &y)) != MP_OKAY) {
1016 res = mp_mod (&t, c, d);
4545 mp_mod (mp_int * a, mp_int * b, mp_int * c) function
    [all...]

Completed in 26 milliseconds