HomeSort by: relevance | last modified time | path
    Searched defs:ftmp4 (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_nistp224.c 690 felem ftmp, ftmp2, ftmp3, ftmp4; local
735 felem_reduce(ftmp4, tmp); /* 2^49 - 2 */
737 felem_square(tmp, ftmp4);
738 felem_reduce(ftmp4, tmp);
740 felem_mul(tmp, ftmp3, ftmp4);
743 felem_reduce(ftmp4, tmp); /* 2^97 - 2 */
745 felem_square(tmp, ftmp4);
746 felem_reduce(ftmp4, tmp);
748 felem_mul(tmp, ftmp2, ftmp4);
898 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, x_out, y_out, z_out local
    [all...]
ecp_nistp384.c 785 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6; local
799 felem_assign(ftmp4, ftmp);
803 felem_mul_reduce(ftmp, ftmp4, ftmp); /* 2^11 + ... + 2^0 */
818 felem_assign(ftmp4, ftmp);
822 felem_mul_reduce(ftmp, ftmp4, ftmp); /* 2^119 + ... + 2^0 */
823 felem_assign(ftmp4, ftmp);
827 felem_mul_reduce(ftmp, ftmp4, ftmp); /* 2^239 + ... + 2^0 */
1108 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1160 /* h = ftmp4 = u2 - u1 */
1162 felem_reduce(ftmp4, tmp); /* ftmp[4] < 2^56 *
    [all...]
ecp_nistp521.c 670 felem ftmp, ftmp2, ftmp3, ftmp4; local
703 felem_reduce(ftmp4, tmp); /* 2^8 - 2^1 */
704 felem_square(tmp, ftmp4);
705 felem_reduce(ftmp4, tmp); /* 2^9 - 2^2 */
761 felem_mul(tmp, ftmp3, ftmp4);
1127 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1188 /* h = ftmp4 = u2 - u1 */
1191 felem_reduce(ftmp4, tmp);
1193 x_equal = felem_is_zero(ftmp4);
1196 felem_mul(tmp, ftmp5, ftmp4);
    [all...]
ecp_nistp256.c 1235 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1309 felem_reduce(ftmp4, tmp);
1311 /* h = ftmp4 = u2 - u1 */
1312 felem_diff_zero107(ftmp4, ftmp3);
1313 /* ftmp4[i] < 2^107 + 2^101 < 2^108 */
1314 felem_shrink(small4, ftmp4);
1364 felem_assign(ftmp, ftmp4);
1371 felem_mul(tmp, ftmp4, ftmp);
1374 /* V = ftmp4 = U1 * I */
1376 felem_reduce(ftmp4, tmp)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecp_nistp224.c 704 felem ftmp, ftmp2, ftmp3, ftmp4; local
749 felem_reduce(ftmp4, tmp); /* 2^49 - 2 */
751 felem_square(tmp, ftmp4);
752 felem_reduce(ftmp4, tmp);
754 felem_mul(tmp, ftmp3, ftmp4);
757 felem_reduce(ftmp4, tmp); /* 2^97 - 2 */
759 felem_square(tmp, ftmp4);
760 felem_reduce(ftmp4, tmp);
762 felem_mul(tmp, ftmp2, ftmp4);
912 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, x_out, y_out, z_out local
    [all...]
ecp_nistp521.c 753 felem ftmp, ftmp2, ftmp3, ftmp4; local
785 felem_assign(ftmp4, ftmp3);
787 felem_reduce(ftmp4, tmp); /* 2^8 - 2^1 */
788 felem_square(tmp, ftmp4);
789 felem_reduce(ftmp4, tmp); /* 2^9 - 2^2 */
845 felem_mul(tmp, ftmp3, ftmp4);
1211 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1272 /* h = ftmp4 = u2 - u1 */
1275 felem_reduce(ftmp4, tmp);
1277 x_equal = felem_is_zero(ftmp4);
    [all...]
ecp_nistp256.c 1240 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1314 felem_reduce(ftmp4, tmp);
1316 /* h = ftmp4 = u2 - u1 */
1317 felem_diff_zero107(ftmp4, ftmp3);
1318 /* ftmp4[i] < 2^107 + 2^101 < 2^108 */
1319 felem_shrink(small4, ftmp4);
1369 felem_assign(ftmp, ftmp4);
1376 felem_mul(tmp, ftmp4, ftmp);
1379 /* V = ftmp4 = U1 * I */
1381 felem_reduce(ftmp4, tmp)
    [all...]

Completed in 35 milliseconds