Searched refs:tmpn (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn_mp_montgomery_reduce.c60 register mp_digit *tmpn, *tmpx, u; local
64 tmpn = n->dp;
75 r = ((mp_word)mu) * ((mp_word)*tmpn++) +
H A Dbn_fast_mp_montgomery_reduce.c94 register mp_digit *tmpn; local
98 tmpn = n->dp;
105 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++);
H A Dtommath.tex4126 the alias $tmpn$ refers to the modulus $n$.

Completed in 93 milliseconds