Home
last modified time | relevance | path

Searched defs:mp_sqrmod (Results 1 – 5 of 5) sorted by relevance

/external/dropbear/libtommath/
Dbn_mp_sqrmod.c20 mp_sqrmod (mp_int * a, mp_int * b, mp_int * c) in mp_sqrmod() function
/external/dropbear/libtommath/mtest/
Dmpi.h151 #define mp_sqrmod(a, m, c) mp_mulmod(a, a, m, c) macro
Dmpi.c1603 mp_err mp_sqrmod(mp_int *a, mp_int *m, mp_int *c) in mp_sqrmod() function
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_math.h485 #define mp_sqrmod(a, b, c) ltc_mp.sqrmod(a, b, c) macro
/external/dropbear/libtommath/pre_gen/
Dmpi.c7345 mp_sqrmod (mp_int * a, mp_int * b, mp_int * c) in mp_sqrmod() function