Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
Dbn_mp_reduce.c24 int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) in mp_reduce() function
Dbn_s_mp_exptmod.c82 redux = mp_reduce; in s_mp_exptmod()
Dtommath.h409 int mp_reduce(mp_int *a, mp_int *b, mp_int *c);
/netbsd/src/external/bsd/wpa/dist/src/tls/
Dlibtommath.c176 static int mp_reduce(mp_int * x, mp_int * m, mp_int * mu);
1932 redux = mp_reduce; in s_mp_exptmod()
2250 static int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) in mp_reduce() function
2279 #error mp_reduce would always fail in mp_reduce()
/netbsd/src/crypto/external/bsd/netpgp/dist/src/libbn/
Dbignum.c2627 mp_reduce (mp_int * x, mp_int * m, mp_int * mu) in mp_reduce() function
3328 redux = mp_reduce; in s_mp_exptmod()
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Dbignum.c2588 mp_reduce(mp_int * x, mp_int * m, mp_int * mu) in mp_reduce() function
3287 redux = mp_reduce; in basic_exponent_mod()