Searched refs:tmpn (Results 1 – 6 of 6) sorted by relevance
60 register mp_digit *tmpn, *tmpx, u; in mp_montgomery_reduce() local64 tmpn = n->dp; in mp_montgomery_reduce()75 r = ((mp_word)mu) * ((mp_word)*tmpn++) + in mp_montgomery_reduce()
94 register mp_digit *tmpn; in fast_mp_montgomery_reduce() local98 tmpn = n->dp; in fast_mp_montgomery_reduce()105 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++); in fast_mp_montgomery_reduce()
115 int tmpn = n; in PKCS12_key_gen_uni() local167 fprintf(stderr, "Output KEY (length %d)\n", tmpn); in PKCS12_key_gen_uni()168 h__dump(tmpout, tmpn); in PKCS12_key_gen_uni()
298 register mp_digit *tmpn; in fast_mp_montgomery_reduce() local302 tmpn = n->dp; in fast_mp_montgomery_reduce()309 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++); in fast_mp_montgomery_reduce()4790 register mp_digit *tmpn, *tmpx, u; in mp_montgomery_reduce() local4794 tmpn = n->dp; in mp_montgomery_reduce()4805 r = ((mp_word)mu) * ((mp_word)*tmpn++) + in mp_montgomery_reduce()
2749 register mp_digit *tmpn; in fast_mp_montgomery_reduce() local2753 tmpn = n->dp; in fast_mp_montgomery_reduce()2760 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++); in fast_mp_montgomery_reduce()