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

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp521.c686 felem ftmp, ftmp2, ftmp3, ftmp4; local
703 felem_reduce(ftmp3, tmp); /* 2^3 - 2^1 */
704 felem_square(tmp, ftmp3);
705 felem_reduce(ftmp3, tmp); /* 2^4 - 2^2 */
706 felem_mul(tmp, ftmp3, ftmp2);
707 felem_reduce(ftmp3, tmp); /* 2^4 - 2^0 */
709 felem_assign(ftmp2, ftmp3);
710 felem_square(tmp, ftmp3);
711 felem_reduce(ftmp3, tmp); /* 2^5 - 2^1 */
712 felem_square(tmp, ftmp3);
1144 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
[all...]
H A Decp_nistp224.c714 felem ftmp, ftmp2, ftmp3, ftmp4; local
743 felem_reduce(ftmp3, tmp); /* 2^13 - 2 */
745 felem_square(tmp, ftmp3);
746 felem_reduce(ftmp3, tmp);
748 felem_mul(tmp, ftmp3, ftmp2);
751 felem_reduce(ftmp3, tmp); /* 2^25 - 2 */
753 felem_square(tmp, ftmp3);
754 felem_reduce(ftmp3, tmp);
756 felem_mul(tmp, ftmp3, ftmp2);
757 felem_reduce(ftmp3, tm
922 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, x_out, y_out, z_out; local
[all...]
H A Decp_nistp256.c1239 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1264 /* u1 = ftmp3 = x1*z2z2 */
1266 felem_reduce(ftmp3, tmp);
1267 /* ftmp3[i] < 2^101 */
1296 /* u1 = ftmp3 = x1*z2z2 */
1297 felem_assign(ftmp3, x1);
1298 /* ftmp3[i] < 2^106 */
1315 felem_diff_zero107(ftmp4, ftmp3);
1359 felem_mul(tmp, ftmp3, ftmp);
1365 felem_assign(ftmp3, ftmp
[all...]

Completed in 53 milliseconds