Searched refs:s_mp_mul_high_digs (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
| D | bn_s_mp_mul_high_digs.c | 24 s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) in s_mp_mul_high_digs() function
|
| D | bn_mp_reduce.c | 44 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) { in mp_reduce()
|
| D | tommath.h | 567 int s_mp_mul_high_digs(mp_int *a, mp_int *b, mp_int *c, int digs);
|
| /netbsd/src/external/bsd/wpa/dist/src/tls/ |
| D | libtommath.c | 135 static int s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs); 2270 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) { in mp_reduce() 2586 static int s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) in s_mp_mul_high_digs() function
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/libbn/ |
| D | bignum.c | 2564 s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) in s_mp_mul_high_digs() function 2646 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) { in mp_reduce()
|