mp_digit          199 source4/heimdal/lib/hcrypto/imath/imath.c static void      s_fake(mp_int z, mp_small value, mp_digit vbuf[]);
mp_digit          202 source4/heimdal/lib/hcrypto/imath/imath.c static int       s_cdig(mp_digit *da, mp_digit *db, mp_size len);
mp_digit          205 source4/heimdal/lib/hcrypto/imath/imath.c static int       s_vpack(mp_small v, mp_digit t[]);
mp_digit          215 source4/heimdal/lib/hcrypto/imath/imath.c static mp_digit  s_uadd(mp_digit *da, mp_digit *db, mp_digit *dc,
mp_digit          219 source4/heimdal/lib/hcrypto/imath/imath.c static void      s_usub(mp_digit *da, mp_digit *db, mp_digit *dc,
mp_digit          223 source4/heimdal/lib/hcrypto/imath/imath.c static int       s_kmul(mp_digit *da, mp_digit *db, mp_digit *dc,
mp_digit          227 source4/heimdal/lib/hcrypto/imath/imath.c static void      s_umul(mp_digit *da, mp_digit *db, mp_digit *dc,
mp_digit          231 source4/heimdal/lib/hcrypto/imath/imath.c static int       s_ksqr(mp_digit *da, mp_digit *dc, mp_size size_a);
mp_digit          234 source4/heimdal/lib/hcrypto/imath/imath.c static void      s_usqr(mp_digit *da, mp_digit *dc, mp_size size_a);
mp_digit          237 source4/heimdal/lib/hcrypto/imath/imath.c static void      s_dadd(mp_int a, mp_digit b);
mp_digit          240 source4/heimdal/lib/hcrypto/imath/imath.c static void      s_dmul(mp_int a, mp_digit b);
mp_digit          243 source4/heimdal/lib/hcrypto/imath/imath.c static void      s_dbmul(mp_digit *da, mp_digit b, mp_digit *dc,
mp_digit          248 source4/heimdal/lib/hcrypto/imath/imath.c static mp_digit  s_ddiv(mp_int a, mp_digit b);
mp_digit          317 source4/heimdal/lib/hcrypto/imath/imath.c void      s_print_buf(char *tag, mp_digit *buf, mp_size num);
mp_digit         2140 source4/heimdal/lib/hcrypto/imath/imath.c static mp_digit *s_realloc(mp_digit *old, mp_size osize, mp_size nsize)
mp_digit         2197 source4/heimdal/lib/hcrypto/imath/imath.c static void      s_fake(mp_int z, mp_small value, mp_digit vbuf[])
mp_digit         2211 source4/heimdal/lib/hcrypto/imath/imath.c static int      s_cdig(mp_digit *da, mp_digit *db, mp_size len)
mp_digit         2229 source4/heimdal/lib/hcrypto/imath/imath.c static int       s_vpack(mp_small v, mp_digit t[])
mp_digit         2287 source4/heimdal/lib/hcrypto/imath/imath.c static mp_digit s_uadd(mp_digit *da, mp_digit *db, mp_digit *dc,
mp_digit         2322 source4/heimdal/lib/hcrypto/imath/imath.c static void     s_usub(mp_digit *da, mp_digit *db, mp_digit *dc,
mp_digit         2357 source4/heimdal/lib/hcrypto/imath/imath.c static int       s_kmul(mp_digit *da, mp_digit *db, mp_digit *dc,
mp_digit         2446 source4/heimdal/lib/hcrypto/imath/imath.c static void     s_umul(mp_digit *da, mp_digit *db, mp_digit *dc,
mp_digit         2475 source4/heimdal/lib/hcrypto/imath/imath.c static int       s_ksqr(mp_digit *da, mp_digit *dc, mp_size size_a)
mp_digit         2532 source4/heimdal/lib/hcrypto/imath/imath.c static void      s_usqr(mp_digit *da, mp_digit *dc, mp_size size_a)
mp_digit         2588 source4/heimdal/lib/hcrypto/imath/imath.c static void      s_dadd(mp_int a, mp_digit b)
mp_digit         2615 source4/heimdal/lib/hcrypto/imath/imath.c static void      s_dmul(mp_int a, mp_digit b)
mp_digit         2638 source4/heimdal/lib/hcrypto/imath/imath.c static void      s_dbmul(mp_digit *da, mp_digit b, mp_digit *dc, mp_size size_a)
mp_digit         2658 source4/heimdal/lib/hcrypto/imath/imath.c static mp_digit  s_ddiv(mp_int a, mp_digit b)
mp_digit         3337 source4/heimdal/lib/hcrypto/imath/imath.c void      s_print_buf(char *tag, mp_digit *buf, mp_size num)
mp_digit          225 source4/heimdal/lib/hcrypto/imath/imath.h void      s_print_buf(char *tag, mp_digit *buf, mp_size num);