Searched refs:mp_mulmod (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
| D | bn_mp_mulmod.c | 21 int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod() function
|
| D | bn_mp_exptmod_fast.c | 161 if ((err = mp_mulmod (G, &res, P, &M[1])) != MP_OKAY) { in mp_exptmod_fast()
|
| D | tommath.h | 369 int mp_mulmod(mp_int *a, mp_int *b, mp_int *c, mp_int *d);
|
| /netbsd/src/external/bsd/wpa/dist/src/tls/ |
| D | bignum.c | 198 if (mp_mulmod((mp_int *) a, (mp_int *) b, (mp_int *) c, (mp_int *) d) in bignum_mulmod()
|
| D | libtommath.c | 532 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod() function 3079 if ((err = mp_mulmod (G, &res, P, &M[1])) != MP_OKAY) { in mp_exptmod_fast()
|
| /netbsd/src/external/bsd/wpa/dist/src/crypto/ |
| D | crypto_wolfssl.c | 1511 return mp_mulmod((mp_int *) a, (mp_int *) b, (mp_int *) m, in crypto_bignum_mulmod() 1969 if (mp_mulmod(pa->x, &mu, modulus, ta->x) != MP_OKAY || in crypto_ec_point_add() 1970 mp_mulmod(pa->y, &mu, modulus, ta->y) != MP_OKAY || in crypto_ec_point_add() 1971 mp_mulmod(pa->z, &mu, modulus, ta->z) != MP_OKAY || in crypto_ec_point_add() 1972 mp_mulmod(pb->x, &mu, modulus, tb->x) != MP_OKAY || in crypto_ec_point_add() 1973 mp_mulmod(pb->y, &mu, modulus, tb->y) != MP_OKAY || in crypto_ec_point_add() 1974 mp_mulmod(pb->z, &mu, modulus, tb->z) != MP_OKAY) { in crypto_ec_point_add() 2044 mp_mulmod((mp_int *) x, y2, &e->prime, y2) != 0 || in crypto_ec_point_compute_y_sqr()
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/libbn/ |
| D | bignum.c | 3560 mp_mulmod (mp_int *d, mp_int * a, mp_int * b, mp_int * c) in mp_mulmod() function 4193 if ((err = mp_mulmod (&M[1], G, &res, P)) != MP_OKAY) { in mp_exptmod_fast() 5465 return mp_mulmod(ret, a, b, __UNCONST(m)) == MP_OKAY; in BN_mod_mul()
|