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

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp521.c695 felem ftmp, ftmp2, ftmp3, ftmp4; local
712 felem_reduce(ftmp3, tmp); /* 2^3 - 2^1 */
713 felem_square(tmp, ftmp3);
714 felem_reduce(ftmp3, tmp); /* 2^4 - 2^2 */
715 felem_mul(tmp, ftmp3, ftmp2);
716 felem_reduce(ftmp3, tmp); /* 2^4 - 2^0 */
718 felem_assign(ftmp2, ftmp3);
719 felem_square(tmp, ftmp3);
720 felem_reduce(ftmp3, tmp); /* 2^5 - 2^1 */
721 felem_square(tmp, ftmp3);
1153 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
[all...]
H A Decp_nistp224.c728 felem ftmp, ftmp2, ftmp3, ftmp4; local
757 felem_reduce(ftmp3, tmp); /* 2^13 - 2 */
759 felem_square(tmp, ftmp3);
760 felem_reduce(ftmp3, tmp);
762 felem_mul(tmp, ftmp3, ftmp2);
765 felem_reduce(ftmp3, tmp); /* 2^25 - 2 */
767 felem_square(tmp, ftmp3);
768 felem_reduce(ftmp3, tmp);
770 felem_mul(tmp, ftmp3, ftmp2);
771 felem_reduce(ftmp3, tm
936 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, x_out, y_out, z_out; local
[all...]
H A Decp_nistp256.c1251 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1276 /* u1 = ftmp3 = x1*z2z2 */
1278 felem_reduce(ftmp3, tmp);
1279 /* ftmp3[i] < 2^101 */
1308 /* u1 = ftmp3 = x1*z2z2 */
1309 felem_assign(ftmp3, x1);
1310 /* ftmp3[i] < 2^106 */
1327 felem_diff_zero107(ftmp4, ftmp3);
1371 felem_mul(tmp, ftmp3, ftmp);
1377 felem_assign(ftmp3, ftmp
[all...]

Completed in 142 milliseconds