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

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp224.c728 felem ftmp, ftmp2, ftmp3, ftmp4; local
773 felem_reduce(ftmp4, tmp); /* 2^49 - 2 */
775 felem_square(tmp, ftmp4);
776 felem_reduce(ftmp4, tmp);
778 felem_mul(tmp, ftmp3, ftmp4);
781 felem_reduce(ftmp4, tmp); /* 2^97 - 2 */
783 felem_square(tmp, ftmp4);
784 felem_reduce(ftmp4, tmp);
786 felem_mul(tmp, ftmp2, ftmp4);
936 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp local
[all...]
H A Decp_nistp521.c695 felem ftmp, ftmp2, ftmp3, ftmp4; local
727 felem_assign(ftmp4, ftmp3);
729 felem_reduce(ftmp4, tmp); /* 2^8 - 2^1 */
730 felem_square(tmp, ftmp4);
731 felem_reduce(ftmp4, tmp); /* 2^9 - 2^2 */
787 felem_mul(tmp, ftmp3, ftmp4);
1153 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1213 /* h = ftmp4 = u2 - u1 */
1216 felem_reduce(ftmp4, tmp);
1218 x_equal = felem_is_zero(ftmp4);
[all...]
H A Decp_nistp256.c1251 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1324 felem_reduce(ftmp4, tmp);
1326 /* h = ftmp4 = u2 - u1 */
1327 felem_diff_zero107(ftmp4, ftmp3);
1328 /* ftmp4[i] < 2^107 + 2^101 < 2^108 */
1329 felem_shrink(small4, ftmp4);
1360 felem_assign(ftmp, ftmp4);
1367 felem_mul(tmp, ftmp4, ftmp);
1370 /* V = ftmp4 = U1 * I */
1372 felem_reduce(ftmp4, tm
[all...]

Completed in 85 milliseconds