Searched refs:tmpn (Results 1 – 1 of 1) sorted by relevance
2761 register mp_digit *tmpn; in fast_mp_montgomery_reduce() local2765 tmpn = n->dp; in fast_mp_montgomery_reduce()2772 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++); in fast_mp_montgomery_reduce()