Searched refs:mp_reduce (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
| D | bn_mp_reduce.c | 24 int mp_reduce (mp_int * x, mp_int * m, mp_int * mu) in mp_reduce() function
|
| D | bn_s_mp_exptmod.c | 82 redux = mp_reduce; in s_mp_exptmod()
|
| D | tommath.h | 409 int mp_reduce(mp_int *a, mp_int *b, mp_int *c);
|
| /netbsd/src/external/bsd/wpa/dist/src/tls/ |
| D | libtommath.c | 176 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/ |
| D | bignum.c | 2627 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/ |
| D | bignum.c | 2588 mp_reduce(mp_int * x, mp_int * m, mp_int * mu) in mp_reduce() function 3287 redux = mp_reduce; in basic_exponent_mod()
|