HomeSort by relevance Sort by last modified time
    Searched full:s_mp_mul_2d (Results 1 - 1 of 1) sorted by null

  /external/dropbear/libtommath/mtest/
mpi.c 171 mp_err s_mp_mul_2d(mp_int *mp, mp_digit d); /* multiply by 2^d in place*/
506 if((res = s_mp_mul_2d(mp, CHAR_BIT)) != MP_OKAY)
1101 return s_mp_mul_2d(c, d);
2968 mp_err s_mp_mul_2d(mp_int *mp, mp_digit d) function
    [all...]

Completed in 120 milliseconds