Home
last modified time | relevance | path

Searched refs:y_out (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/ec/
H A Decp_nistp224.c886 felem_reduce(y_out, tmp); in point_double()
1078 felem_reduce(y_out, tmp2); in point_add()
1090 copy_conditional(y_out, y2, z1_is_zero); in point_add()
1095 felem_assign(y3, y_out); in point_add()
1228 felem_assign(y_out, nq[1]); in batch_mul()
1342 felem z1, z2, x_in, y_in, x_out, y_out; in ossl_ec_GFp_nistp224_point_get_affine_coordinates() local
1368 felem_contract(y_out, y_in); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1370 if (!felem_to_BN(y, y_out)) { in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1578 batch_mul(x_out, y_out, z_out, in ossl_ec_GFp_nistp224_points_mul()
1584 batch_mul(x_out, y_out, z_out, in ossl_ec_GFp_nistp224_points_mul()
[all …]
H A Decp_nistp256.c1177 felem_reduce_zero105(y_out, tmp); in point_double()
1199 felem_shrink(y_out, felem_y_out); in point_double_small()
1402 felem_reduce_zero105(y_out, tmp); in point_add()
1412 felem_assign(y3, y_out); in point_add()
1768 felem_assign(y_out, nq[1]); in batch_mul()
1954 smallfelem x_out, y_out; in ossl_ec_GFp_nistp256_point_get_affine_coordinates() local
1980 felem_contract(y_out, y_in); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
2041 felem x_out, y_out, z_out; in ossl_ec_GFp_nistp256_points_mul() local
2197 batch_mul(x_out, y_out, z_out, in ossl_ec_GFp_nistp256_points_mul()
2203 batch_mul(x_out, y_out, z_out, in ossl_ec_GFp_nistp256_points_mul()
[all …]
H A Decp_nistp521.c1182 felem_reduce(y_out, tmp); in point_double()
1382 felem_reduce(y_out, tmp); in point_add()
1386 copy_conditional(y_out, y2, z1_is_zero); in point_add()
1391 felem_assign(y3, y_out); in point_add()
1661 felem_assign(y_out, nq[1]); in batch_mul()
1846 felem z1, z2, x_in, y_in, x_out, y_out; in ossl_ec_GFp_nistp521_point_get_affine_coordinates() local
1872 felem_contract(y_out, y_in); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1874 if (!felem_to_BN(y, y_out)) { in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
2086 batch_mul(x_out, y_out, z_out, in ossl_ec_GFp_nistp521_points_mul()
2093 batch_mul(x_out, y_out, z_out, in ossl_ec_GFp_nistp521_points_mul()
[all …]

Completed in 31 milliseconds