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

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c1251 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1301 felem_reduce(ftmp6, tmp);
1302 /* ftmp6[i] < 2^101 */
1318 felem_assign(ftmp6, y1);
1319 /* ftmp6[i] < 2^106 */
1347 felem_diff_zero107(ftmp5, ftmp6);
1388 felem_mul(tmp2, ftmp6, ftmp2);
H A Decp_nistp521.c1153 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1191 /* s1 = ftmp6 = y1 * z2**3 */
1193 felem_reduce(ftmp6, tmp);
1205 /* s1 = ftmp6 = y1 * z2**3 */
1206 felem_assign(ftmp6, y1);
1233 felem_diff_128_64(tmp, ftmp6);
1280 felem_mul(tmp2, ftmp6, ftmp2);

Completed in 171 milliseconds