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

  /external/dropbear/libtommath/
bn_mp_sub_d.c 20 mp_sub_d (mp_int * a, mp_digit b, mp_int * c) function
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 473 #define mp_sub_d(a, b, c) ltc_mp.subi(a, b, c) macro
  /external/dropbear/libtommath/mtest/
mpi.c 562 /* {{{ mp_sub_d(a, d, b) */
565 mp_sub_d(a, d, b)
571 mp_err mp_sub_d(mp_int *a, mp_digit d, mp_int *b) function
600 } /* end mp_sub_d() */
1505 mp_sub_d(&x, 1, &x);
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 905 res = mp_sub_d(a, b, c);
7538 mp_sub_d (mp_int * a, mp_digit b, mp_int * c) function
    [all...]

Completed in 151 milliseconds