s_kmul 154 source4/heimdal/lib/hcrypto/imath/imath.c (void) s_kmul(MP_DIGITS(X),MP_DIGITS(Y),MP_DIGITS(Z),ua_,ub_);\ s_kmul 223 source4/heimdal/lib/hcrypto/imath/imath.c static int s_kmul(mp_digit *da, mp_digit *db, mp_digit *dc, s_kmul 751 source4/heimdal/lib/hcrypto/imath/imath.c if(!s_kmul(MP_DIGITS(a), MP_DIGITS(b), out, ua, ub)) s_kmul 2409 source4/heimdal/lib/hcrypto/imath/imath.c (void) s_kmul(t1, t2, t3, bot_size + 1, bot_size + 1); /* t3 = t1 * t2 */ s_kmul 2416 source4/heimdal/lib/hcrypto/imath/imath.c (void) s_kmul(da, db, t1, bot_size, bot_size); /* t1 = a0 * b0 */ s_kmul 2417 source4/heimdal/lib/hcrypto/imath/imath.c (void) s_kmul(a_top, b_top, t2, at_size, bt_size); /* t2 = a1 * b1 */ s_kmul 2492 source4/heimdal/lib/hcrypto/imath/imath.c (void) s_kmul(da, a_top, t3, bot_size, at_size); /* t3 = a0 * a1 */