/external/dropbear/libtommath/ |
bn_mp_mod_d.c | 19 mp_mod_d (mp_int * a, mp_digit b, mp_digit * c) function
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 480 #define mp_mod_d(a, b, c) ltc_mp.modi(a, b, c) macro
|
/external/dropbear/libtommath/mtest/ |
mpi.c | 1406 /* {{{ mp_mod_d(a, d, c) */ 1409 mp_mod_d(a, d, c) 1413 mp_err mp_mod_d(mp_int *a, mp_digit d, mp_digit *c) function 1436 } /* end mp_mod_d() */ [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 4655 mp_mod_d (mp_int * a, mp_digit b, mp_digit * c) function [all...] |