Searched refs:ftmp6 (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c1239 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1289 felem_reduce(ftmp6, tmp);
1290 /* ftmp6[i] < 2^101 */
1306 felem_assign(ftmp6, y1);
1307 /* ftmp6[i] < 2^106 */
1335 felem_diff_zero107(ftmp5, ftmp6);
1376 felem_mul(tmp2, ftmp6, ftmp2);
H A Decp_nistp521.c1144 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1182 /* s1 = ftmp6 = y1 * z2**3 */
1184 felem_reduce(ftmp6, tmp);
1196 /* s1 = ftmp6 = y1 * z2**3 */
1197 felem_assign(ftmp6, y1);
1224 felem_diff_128_64(tmp, ftmp6);
1271 felem_mul(tmp2, ftmp6, ftmp2);

Completed in 116 milliseconds