at_size          2386 source4/heimdal/lib/hcrypto/imath/imath.c     mp_size  at_size = size_a - bot_size;
at_size          2403 source4/heimdal/lib/hcrypto/imath/imath.c     carry = s_uadd(da, a_top, t1, bot_size, at_size);      /* t1 = a1 + a0 */
at_size          2417 source4/heimdal/lib/hcrypto/imath/imath.c     (void) s_kmul(a_top, b_top, t2, at_size, bt_size); /* t2 = a1 * b1 */
at_size          2481 source4/heimdal/lib/hcrypto/imath/imath.c     mp_size    at_size = size_a - bot_size;
at_size          2490 source4/heimdal/lib/hcrypto/imath/imath.c     (void) s_ksqr(a_top, t2, at_size);  /* t2 = a1 ^ 2 */
at_size          2492 source4/heimdal/lib/hcrypto/imath/imath.c     (void) s_kmul(da, a_top, t3, bot_size, at_size);  /* t3 = a0 * a1 */
at_size          2496 source4/heimdal/lib/hcrypto/imath/imath.c       int     i, top = bot_size + at_size;