Lines Matching refs:mp_size
103 static mp_size s_mp_defprec = MP_DEFPREC;
105 mp_size mp_get_prec(void)
111 void mp_set_prec(mp_size prec)
150 mp_err mp_init_size(mp_int *mp, mp_size prec, int kmflag)
828 mp_size ib;
829 mp_size useda, usedb;
925 mp_size ix;
1329 mp_size used;
1795 mp_size k = 0;
1971 mp_size nx = mp_trailing_zeros(&xc);
1972 mp_size ny = mp_trailing_zeros(&yc);
1973 mp_size n = MP_MIN(nx, ny);
2042 mp_size mp_trailing_zeros(const mp_int *mp)
2045 mp_size n = 0;
2116 mp_size n = mp_trailing_zeros(&f);
2186 mp_size ix;
2292 mp_err s_mp_invmod_2d(const mp_int *a, mp_size k, mp_int *c)
2295 mp_size ix = k + 4;
2352 mp_size k;
2790 mp_err s_mp_grow(mp_int *mp, mp_size min)
2820 mp_err s_mp_pad(mp_int *mp, mp_size min)
2847 void s_mp_setz(mp_digit *dp, mp_size count)
2867 void s_mp_copy(const mp_digit *sp, mp_digit *dp, mp_size count)
2905 void s_mp_free(void *ptr, mp_size alloc)
2926 mp_size used = MP_USED(mp);
2964 mp_err s_mp_lshd(mp_int *mp, mp_size p)
2967 mp_size pos;
3045 void s_mp_rshd(mp_int *mp, mp_size p)
3047 mp_size ix;
3136 mp_size ndig = (d / DIGIT_BIT), nbit = (d % DIGIT_BIT);
3137 mp_size ix;
3238 mp_size ix = 1;
3295 mp_size ix = 1;
3321 mp_size used = MP_USED(mp);
3344 mp_size used;
3503 mp_size ix;
3504 mp_size used;
3589 mp_size ix;
3590 mp_size used;
3670 mp_err s_mp_add_offset(mp_int *a, mp_int *b, mp_size offset)
3677 mp_size ib;
3678 mp_size ia;
3679 mp_size lim;
3931 void s_mpv_mul_d(const mp_digit *a, mp_size a_len, mp_digit b, mp_digit *c)
3962 void s_mpv_mul_d_add(const mp_digit *a, mp_size a_len, mp_digit b,
3998 void s_mpv_mul_d_add_prop(const mp_digit *a, mp_size a_len, mp_digit b, mp_digit *c)
4070 void s_mpv_sqr_add_prop(const mp_digit *pa, mp_size a_len, mp_digit *ps)
4075 mp_size ix;
4354 mp_size dig, bit;
4442 mp_size used_a = MP_USED(a);
4444 mp_size used_b = MP_USED(b);
4686 mp_read_unsigned_octets(mp_int *mp, const unsigned char *str, mp_size len)
4760 mp_to_unsigned_octets(const mp_int *mp, unsigned char *str, mp_size maxlen)
4792 mp_to_signed_octets(const mp_int *mp, unsigned char *str, mp_size maxlen)
4832 mp_to_fixlen_octets(const mp_int *mp, unsigned char *str, mp_size length)