mp_small 199 source4/heimdal/lib/hcrypto/imath/imath.c static void s_fake(mp_int z, mp_small value, mp_digit vbuf[]);
mp_small 205 source4/heimdal/lib/hcrypto/imath/imath.c static int s_vpack(mp_small v, mp_digit t[]);
mp_small 211 source4/heimdal/lib/hcrypto/imath/imath.c static int s_vcmp(mp_int a, mp_small v);
mp_small 271 source4/heimdal/lib/hcrypto/imath/imath.c static int s_2expt(mp_int z, mp_small k);
mp_small 409 source4/heimdal/lib/hcrypto/imath/imath.c mp_result mp_int_init_value(mp_int z, mp_small value)
mp_small 422 source4/heimdal/lib/hcrypto/imath/imath.c mp_result mp_int_set_value(mp_int z, mp_small value)
mp_small 621 source4/heimdal/lib/hcrypto/imath/imath.c mp_result mp_int_add_value(mp_int a, mp_small value, mp_int c)
mp_small 699 source4/heimdal/lib/hcrypto/imath/imath.c mp_result mp_int_sub_value(mp_int a, mp_small value, mp_int c)
mp_small 775 source4/heimdal/lib/hcrypto/imath/imath.c mp_result mp_int_mul_value(mp_int a, mp_small value, mp_int c)
mp_small 789 source4/heimdal/lib/hcrypto/imath/imath.c mp_result mp_int_mul_pow2(mp_int a, mp_small p2, mp_int c)
mp_small 992 source4/heimdal/lib/hcrypto/imath/imath.c mp_result mp_int_div_value(mp_int a, mp_small value, mp_int q, mp_small *r)
mp_small 1016 source4/heimdal/lib/hcrypto/imath/imath.c mp_result mp_int_div_pow2(mp_int a, mp_small p2, mp_int q, mp_int r)
mp_small 1035 source4/heimdal/lib/hcrypto/imath/imath.c mp_result mp_int_expt(mp_int a, mp_small b, mp_int c)
mp_small 1069 source4/heimdal/lib/hcrypto/imath/imath.c mp_result mp_int_expt_value(mp_small a, mp_small b, mp_int c)
mp_small 1160 source4/heimdal/lib/hcrypto/imath/imath.c int mp_int_compare_value(mp_int z, mp_small value)
mp_small 1235 source4/heimdal/lib/hcrypto/imath/imath.c mp_result mp_int_exptmod_evalue(mp_int a, mp_small value, mp_int m, mp_int c)
mp_small 1249 source4/heimdal/lib/hcrypto/imath/imath.c mp_result mp_int_exptmod_bvalue(mp_small value, mp_int b,
mp_small 1602 source4/heimdal/lib/hcrypto/imath/imath.c int mp_int_divisible_value(mp_int a, mp_small v)
mp_small 1631 source4/heimdal/lib/hcrypto/imath/imath.c mp_result mp_int_root(mp_int a, mp_small b, mp_int c)
mp_small 1703 source4/heimdal/lib/hcrypto/imath/imath.c mp_result mp_int_to_int(mp_int z, mp_small *out)
mp_small 2197 source4/heimdal/lib/hcrypto/imath/imath.c static void s_fake(mp_int z, mp_small value, mp_digit vbuf[])
mp_small 2229 source4/heimdal/lib/hcrypto/imath/imath.c static int s_vpack(mp_small v, mp_digit t[])
mp_small 2267 source4/heimdal/lib/hcrypto/imath/imath.c static int s_vcmp(mp_int a, mp_small v)
mp_small 2901 source4/heimdal/lib/hcrypto/imath/imath.c static int s_2expt(mp_int z, mp_small k)
mp_small 118 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_init_value(mp_int z, mp_small value);
mp_small 119 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_set_value(mp_int z, mp_small value);
mp_small 129 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_add_value(mp_int a, mp_small value, mp_int c);
mp_small 131 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_sub_value(mp_int a, mp_small value, mp_int c);
mp_small 133 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_mul_value(mp_int a, mp_small value, mp_int c);
mp_small 134 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_mul_pow2(mp_int a, mp_small p2, mp_int c);
mp_small 138 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_div_value(mp_int a, mp_small value, /* q = a / value */
mp_small 139 source4/heimdal/lib/hcrypto/imath/imath.h mp_int q, mp_small *r); /* r = a % value */
mp_small 140 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_div_pow2(mp_int a, mp_small p2, /* q = a / 2^p2 */
mp_small 144 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_expt(mp_int a, mp_small b, mp_int c); /* c = a^b */
mp_small 145 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_expt_value(mp_small a, mp_small b, mp_int c); /* c = a^b */
mp_small 150 source4/heimdal/lib/hcrypto/imath/imath.h int mp_int_compare_value(mp_int z, mp_small value); /* a <=> v */
mp_small 153 source4/heimdal/lib/hcrypto/imath/imath.h int mp_int_divisible_value(mp_int a, mp_small v);
mp_small 160 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_exptmod_evalue(mp_int a, mp_small value,
mp_small 162 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_exptmod_bvalue(mp_small value, mp_int b,
mp_small 178 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_root(mp_int a, mp_small b, mp_int c); /* c = floor(a^{1/b}) */
mp_small 182 source4/heimdal/lib/hcrypto/imath/imath.h mp_result mp_int_to_int(mp_int z, mp_small *out);