Home
last modified time | relevance | path

Searched refs:mp_reduce_setup (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_reduce_setup.c23 int mp_reduce_setup (mp_int * a, mp_int * b) in mp_reduce_setup() function
H A Dbn_s_mp_exptmod.c79 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) { in s_mp_exptmod()
H A Dtommath.h402 int mp_reduce_setup(mp_int *a, mp_int *b);
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c1737 static int mp_reduce_setup (mp_int * a, mp_int * b) in mp_reduce_setup() function
3325 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) { in s_mp_exptmod()
/netbsd-src/sbin/nvmectl/
H A Dbignum.c1670 mp_reduce_setup(mp_int * a, mp_int * b) in mp_reduce_setup() function
3280 if ((err = mp_reduce_setup(&mu, P)) != MP_OKAY) { in basic_exponent_mod()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbignum.c1674 mp_reduce_setup(mp_int * a, mp_int * b) in mp_reduce_setup() function
3284 if ((err = mp_reduce_setup(&mu, P)) != MP_OKAY) { in basic_exponent_mod()