Searched refs:ftmp2 (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
741 felem_reduce(ftmp2, tmp); /* 2^4 - 2 */
742 felem_square(tmp, ftmp2);
743 felem_reduce(ftmp2, tmp); /* 2^5 - 4 */
744 felem_square(tmp, ftmp2);
745 felem_reduce(ftmp2, tmp); /* 2^6 - 8 */
746 felem_mul(tmp, ftmp2, ftmp);
749 felem_reduce(ftmp2, tmp); /* 2^7 - 2 */
751 felem_square(tmp, ftmp2);
752 felem_reduce(ftmp2, tm
847 felem delta, gamma, beta, alpha, ftmp, ftmp2; local
936 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, x_out, y_out, z_out; local
[all...]
H A Decp_nistp256.c995 felem ftmp, ftmp2; local
1051 felem_reduce(ftmp2, tmp); /* 2^64 - 2^0 */
1053 felem_square(tmp, ftmp2);
1054 felem_reduce(ftmp2, tmp);
1056 felem_mul(tmp, ftmp2, e16);
1057 felem_reduce(ftmp2, tmp); /* 2^80 - 2^0 */
1059 felem_square(tmp, ftmp2);
1060 felem_reduce(ftmp2, tmp);
1062 felem_mul(tmp, ftmp2, e8);
1063 felem_reduce(ftmp2, tm
1119 felem delta, gamma, beta, alpha, ftmp, ftmp2; local
1251 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
[all...]
H A Decp_nistp521.c695 felem ftmp, ftmp2, ftmp3, ftmp4; local
703 felem_assign(ftmp2, ftmp);
711 felem_square(tmp, ftmp2);
715 felem_mul(tmp, ftmp3, ftmp2);
718 felem_assign(ftmp2, ftmp3);
732 felem_mul(tmp, ftmp3, ftmp2);
734 felem_assign(ftmp2, ftmp3);
740 felem_mul(tmp, ftmp3, ftmp2);
742 felem_assign(ftmp2, ftmp3);
748 felem_mul(tmp, ftmp3, ftmp2);
1034 felem delta, gamma, beta, alpha, ftmp, ftmp2; local
1153 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
[all...]

Completed in 105 milliseconds