Home | History | Annotate | Download | only in nvmectl

Lines Matching defs:rshift_digits

183 	/* much like rshift_digits this is implemented using a sliding window
727 rshift_digits(mp_int * a, int b)
931 rshift_digits(c, b / DIGIT_BIT);
1063 rshift_digits(&y, n - t);
1830 rshift_digits(&a1, B);
1836 rshift_digits(&a2, B*2);
1846 rshift_digits(&b1, B);
1852 rshift_digits(&b2, B*2);
2595 rshift_digits(&q, um - 1);
2609 rshift_digits(&q, um + 1);
2746 rshift_digits(&a1, B);
2752 rshift_digits(&a2, B*2);
3700 * array of mp_word to mp_digit than calling rshift_digits
3822 rshift_digits(x, n->used);
5332 return rshift_digits(r, n) == MP_OKAY;
5342 return rshift_digits(r, 1) == MP_OKAY;