Home
last modified time | relevance | path

Searched refs:redcify (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dsec_powm.c199 redcify (mp_ptr rp, mp_srcptr up, mp_size_t un, mp_srcptr mp, mp_size_t n, mp_ptr tp) in redcify() function
254 redcify (this_pp, this_pp + n, 1, mp, n, this_pp + n + 1); in mpn_sec_powm()
262 redcify (this_pp, bp, bn, mp, n, this_pp + n); in mpn_sec_powm()
H A Dpowm.c174 redcify (mp_ptr rp, mp_srcptr up, mp_size_t un, mp_srcptr mp, mp_size_t n) in redcify() function
261 redcify (this_pp, bp, bn, mp, n); in mpn_powm()
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog3565 * mpn/generic/powm_sec.c (redcify): Use passed scratch instead of
5346 * mpn/generic/powm_sec.c (redcify): Use mpn_sb_div_r_sec.
7083 (redcify): Likewise.