Home
last modified time | relevance | path

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/
Dbn_s_mp_mul_high_digs.c24 s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) in s_mp_mul_high_digs() function
Dbn_mp_reduce.c44 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) { in mp_reduce()
Dtommath.h567 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/
Dlibtommath.c135 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/
Dbignum.c2564 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()