Searched defs:mp_mod_d (Results 1 – 4 of 4) sorted by relevance
/external/dropbear/libtommath/ |
D | bn_mp_mod_d.c | 19 mp_mod_d (mp_int * a, mp_digit b, mp_digit * c) in mp_mod_d() function
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_math.h | 480 #define mp_mod_d(a, b, c) ltc_mp.modi(a, b, c) macro
|
/external/dropbear/libtommath/mtest/ |
D | mpi.c | 1413 mp_err mp_mod_d(mp_int *a, mp_digit d, mp_digit *c) in mp_mod_d() function
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 4655 mp_mod_d (mp_int * a, mp_digit b, mp_digit * c) in mp_mod_d() function
|