Searched refs:s_mp_mul_high_digs (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_reduce.c44 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
H A Dbn_s_mp_mul_high_digs.c24 s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function
H A Dtommath.h569 int s_mp_mul_high_digs(mp_int *a, mp_int *b, mp_int *c, int digs);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c132 static int s_mp_mul_high_digs(mp_int * a, mp_int * b, mp_int * c, int digs);
2263 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
2574 static int s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) function

Completed in 118 milliseconds