Searched refs:felem_reduce (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/ec/ |
H A D | ecp_nistp224.c | 594 felem_reduce(out, tmp); in felem_square_reduce() 601 felem_reduce(out, tmp); in felem_mul_reduce() 671 felem_reduce(out, tmp); in felem_neg() 837 felem_reduce(beta, tmp); in point_double() 946 felem_reduce(ftmp, tmp); in point_add() 968 felem_reduce(ftmp, tmp); in point_add() 1026 felem_reduce(ftmp, tmp); in point_add() 1348 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp224_point_get_affine_coordinates() 1350 felem_reduce(x_in, tmp); in ossl_ec_GFp_nistp224_point_get_affine_coordinates() 1359 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp224_point_get_affine_coordinates() [all …]
|
H A D | ecp_nistp521.c | 733 felem_reduce(out, tmp); in felem_square_reduce() 740 felem_reduce(out, tmp); in felem_mul_reduce() 1123 felem_reduce(alpha, tmp); in point_double() 1135 felem_reduce(x_out, tmp); in point_double() 1220 felem_reduce(ftmp, tmp); in point_add() 1284 felem_reduce(ftmp, tmp); in point_add() 1342 felem_reduce(ftmp, tmp); in point_add() 1850 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp521_point_get_affine_coordinates() 1852 felem_reduce(x_in, tmp); in ossl_ec_GFp_nistp521_point_get_affine_coordinates() 1861 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp521_point_get_affine_coordinates() [all …]
|
H A D | ecp_nistp256.c | 1120 felem_reduce(delta, tmp); in point_double() 1125 felem_reduce(gamma, tmp); in point_double() 1131 felem_reduce(beta, tmp); in point_double() 1142 felem_reduce(alpha, tmp); in point_double() 1255 felem_reduce(ftmp, tmp); in point_add() 1332 felem_reduce(ftmp, tmp); in point_add() 1375 felem_reduce(ftmp, tmp); in point_add() 1961 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp256_point_get_affine_coordinates() 1963 felem_reduce(x_in, tmp); in ossl_ec_GFp_nistp256_point_get_affine_coordinates() 1972 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp256_point_get_affine_coordinates() [all …]
|
H A D | ecp_nistp384.c | 506 static void felem_reduce(felem out, const widefelem in) in felem_reduce() function 732 felem_reduce(out, tmp); in felem_square_reduce() 740 felem_reduce(out, tmp); in felem_mul_reduce() 1039 felem_reduce(z_out, tmp); /* z_out[i] < 2^56 */ in point_double() 1048 felem_reduce(y_out, tmp); /* tmp[i] < 2^56 */ in point_double() 1145 felem_reduce(ftmp5, tmp); /* ftmp5[i] < 2^56 */ in point_add() 1192 felem_reduce(x_out, tmp); /* x_out[i] < 2^56 */ in point_add() 1645 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp384_point_get_affine_coordinates() 1647 felem_reduce(x_in, tmp); in ossl_ec_GFp_nistp384_point_get_affine_coordinates() 1656 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp384_point_get_affine_coordinates() [all …]
|
Completed in 24 milliseconds