| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| ecp_nistp224.c | 801 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed, 806 const felem x_in, const felem y_in, const felem z_in) 811 felem_assign(ftmp, x_in); 812 felem_assign(ftmp2, x_in); 823 felem_mul(tmp, x_in, gamma); 1322 felem z1, z2, x_in, y_in, x_out, y_out; local 1329 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || (!BN_to_felem(z1, point->Z))) 1334 felem_mul(tmp, x_in, z1); 1335 felem_reduce(x_in, tmp); 1336 felem_contract(x_out, x_in); 1407 felem x_in, y_in, z_in, x_out, y_out, z_out; local [all...] |
| ecp_nistp384.c | 1025 * point_double calculates 2*(x_in, y_in, z_in) 1030 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed. 1035 const felem x_in, const felem y_in, const felem z_in) 1040 felem_assign(ftmp, x_in); 1041 felem_assign(ftmp2, x_in); 1050 felem_mul_reduce(beta, x_in, gamma); /* beta[i] < 2^56 */ 1665 felem z1, z2, x_in, y_in, x_out, y_out; local 1672 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || (!BN_to_felem(z1, point->Z))) 1677 felem_mul(tmp, x_in, z1); 1678 felem_reduce(x_in, tmp) 1747 felem x_in, y_in, z_in, x_out, y_out, z_out; local [all...] |
| ecp_nistp521.c | 996 * point_double calculates 2*(x_in, y_in, z_in) 1001 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed. 1005 const felem x_in, const felem y_in, const felem z_in) 1010 felem_assign(ftmp, x_in); 1011 felem_assign(ftmp2, x_in); 1022 felem_mul(tmp, x_in, gamma); 1755 felem z1, z2, x_in, y_in, x_out, y_out; local 1762 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || (!BN_to_felem(z1, point->Z))) 1767 felem_mul(tmp, x_in, z1); 1768 felem_reduce(x_in, tmp) 1841 felem x_in, y_in, z_in, x_out, y_out, z_out; local [all...] |
| ecp_nistp256.c | 1090 * point_double calculates 2*(x_in, y_in, z_in) 1095 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed. 1100 const felem x_in, const felem y_in, const felem z_in) 1106 felem_assign(ftmp, x_in); 1108 felem_assign(ftmp2, x_in); 1123 felem_small_mul(tmp, small1, x_in); 1182 const smallfelem x_in, const smallfelem y_in, 1188 smallfelem_expand(felem_x_in, x_in); 1941 felem z1, z2, x_in, y_in; local 1949 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || (!BN_to_felem(z1, point->Z)) 2026 smallfelem x_in, y_in, z_in; local [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| ecp_nistp224.c | 815 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed, 820 const felem x_in, const felem y_in, const felem z_in) 825 felem_assign(ftmp, x_in); 826 felem_assign(ftmp2, x_in); 837 felem_mul(tmp, x_in, gamma); 1342 felem z1, z2, x_in, y_in, x_out, y_out; local 1349 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || 1355 felem_mul(tmp, x_in, z1); 1356 felem_reduce(x_in, tmp); 1357 felem_contract(x_out, x_in); 1428 felem x_in, y_in, z_in, x_out, y_out, z_out; local [all...] |
| ecp_nistp521.c | 1080 * point_double calculates 2*(x_in, y_in, z_in) 1085 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed. 1089 const felem x_in, const felem y_in, const felem z_in) 1094 felem_assign(ftmp, x_in); 1095 felem_assign(ftmp2, x_in); 1106 felem_mul(tmp, x_in, gamma); 1846 felem z1, z2, x_in, y_in, x_out, y_out; local 1853 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) || 1859 felem_mul(tmp, x_in, z1); 1860 felem_reduce(x_in, tmp) 1933 felem x_in, y_in, z_in, x_out, y_out, z_out; local [all...] |
| ecp_nistp256.c | 1095 * point_double calculates 2*(x_in, y_in, z_in) 1100 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed. 1105 const felem x_in, const felem y_in, const felem z_in) 1111 felem_assign(ftmp, x_in); 1113 felem_assign(ftmp2, x_in); 1128 felem_small_mul(tmp, small1, x_in); 1187 const smallfelem x_in, const smallfelem y_in, 1193 smallfelem_expand(felem_x_in, x_in); 1953 felem z1, z2, x_in, y_in; local 1961 if ((!BN_to_felem(x_in, point->X)) || (!BN_to_felem(y_in, point->Y)) | 2040 smallfelem x_in, y_in, z_in; local [all...] |