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

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp224.c714 felem ftmp, ftmp2, ftmp3, ftmp4; local
727 felem_reduce(ftmp2, tmp); /* 2^4 - 2 */
728 felem_square(tmp, ftmp2);
729 felem_reduce(ftmp2, tmp); /* 2^5 - 4 */
730 felem_square(tmp, ftmp2);
731 felem_reduce(ftmp2, tmp); /* 2^6 - 8 */
732 felem_mul(tmp, ftmp2, ftmp);
735 felem_reduce(ftmp2, tmp); /* 2^7 - 2 */
737 felem_square(tmp, ftmp2);
738 felem_reduce(ftmp2, tm
833 felem delta, gamma, beta, alpha, ftmp, ftmp2; local
922 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, x_out, y_out, z_out; local
[all...]
H A Decp_nistp256.c983 felem ftmp, ftmp2; local
1039 felem_reduce(ftmp2, tmp); /* 2^64 - 2^0 */
1041 felem_square(tmp, ftmp2);
1042 felem_reduce(ftmp2, tmp);
1044 felem_mul(tmp, ftmp2, e16);
1045 felem_reduce(ftmp2, tmp); /* 2^80 - 2^0 */
1047 felem_square(tmp, ftmp2);
1048 felem_reduce(ftmp2, tmp);
1050 felem_mul(tmp, ftmp2, e8);
1051 felem_reduce(ftmp2, tm
1107 felem delta, gamma, beta, alpha, ftmp, ftmp2; local
1239 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
[all...]
H A Decp_nistp521.c686 felem ftmp, ftmp2, ftmp3, ftmp4; local
694 felem_assign(ftmp2, ftmp);
702 felem_square(tmp, ftmp2);
706 felem_mul(tmp, ftmp3, ftmp2);
709 felem_assign(ftmp2, ftmp3);
723 felem_mul(tmp, ftmp3, ftmp2);
725 felem_assign(ftmp2, ftmp3);
731 felem_mul(tmp, ftmp3, ftmp2);
733 felem_assign(ftmp2, ftmp3);
739 felem_mul(tmp, ftmp3, ftmp2);
1025 felem delta, gamma, beta, alpha, ftmp, ftmp2; local
1144 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
[all...]

Completed in 72 milliseconds