Searched refs:tmpn (Results 1 – 2 of 2) sorted by relevance
2805 register mp_digit *tmpn; in fast_mp_montgomery_reduce() local2809 tmpn = n->dp; in fast_mp_montgomery_reduce()2816 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++); in fast_mp_montgomery_reduce()
2801 register mp_digit *tmpn; in fast_mp_montgomery_reduce() local2805 tmpn = n->dp; in fast_mp_montgomery_reduce()2812 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++); in fast_mp_montgomery_reduce()