Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Decp_nistp224.c885 felem_reduce(y_out, tmp); in point_double()
1077 felem_reduce(y_out, tmp2); in point_add()
1089 copy_conditional(y_out, y2, z1_is_zero); in point_add()
1094 felem_assign(y3, y_out); in point_add()
1227 felem_assign(y_out, nq[1]); in batch_mul()
1336 felem z1, z2, x_in, y_in, x_out, y_out; in ossl_ec_GFp_nistp224_point_get_affine_coordinates() local
1362 felem_contract(y_out, y_in); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1364 if (!felem_to_BN(y, y_out)) { in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1570 batch_mul(x_out, y_out, z_out, in ossl_ec_GFp_nistp224_points_mul()
1576 batch_mul(x_out, y_out, z_out, in ossl_ec_GFp_nistp224_points_mul()
[all …]
H A Decp_nistp384.c1204 copy_conditional(y_out, y2, z1_is_zero); in point_add()
1205 copy_conditional(y_out, y1, z2_is_zero); in point_add()
1209 felem_assign(y3, y_out); in point_add()
1453 felem_assign(y_out, nq[1]); in batch_mul()
1633 felem z1, z2, x_in, y_in, x_out, y_out; in ossl_ec_GFp_nistp384_point_get_affine_coordinates() local
1659 felem_contract(y_out, y_in); in ossl_ec_GFp_nistp384_point_get_affine_coordinates()
1661 if (!felem_to_BN(y, y_out)) { in ossl_ec_GFp_nistp384_point_get_affine_coordinates()
1716 felem x_in, y_in, z_in, x_out, y_out, z_out; in ossl_ec_GFp_nistp384_points_mul() local
1862 batch_mul(x_out, y_out, z_out, in ossl_ec_GFp_nistp384_points_mul()
1869 batch_mul(x_out, y_out, z_out, in ossl_ec_GFp_nistp384_points_mul()
[all …]
H A Decp_nistp256.c1179 felem_reduce_zero105(y_out, tmp); in point_double()
1201 felem_shrink(y_out, felem_y_out); in point_double_small()
1404 felem_reduce_zero105(y_out, tmp); in point_add()
1414 felem_assign(y3, y_out); in point_add()
1770 felem_assign(y_out, nq[1]); in batch_mul()
1949 smallfelem x_out, y_out; in ossl_ec_GFp_nistp256_point_get_affine_coordinates() local
1975 felem_contract(y_out, y_in); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
2036 felem x_out, y_out, z_out; in ossl_ec_GFp_nistp256_points_mul() local
2190 batch_mul(x_out, y_out, z_out, in ossl_ec_GFp_nistp256_points_mul()
2196 batch_mul(x_out, y_out, z_out, in ossl_ec_GFp_nistp256_points_mul()
[all …]
H A Decp_nistp521.c1181 felem_reduce(y_out, tmp); in point_double()
1381 felem_reduce(y_out, tmp); in point_add()
1385 copy_conditional(y_out, y2, z1_is_zero); in point_add()
1390 felem_assign(y3, y_out); in point_add()
1660 felem_assign(y_out, nq[1]); in batch_mul()
1838 felem z1, z2, x_in, y_in, x_out, y_out; in ossl_ec_GFp_nistp521_point_get_affine_coordinates() local
1864 felem_contract(y_out, y_in); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1866 if (!felem_to_BN(y, y_out)) { in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
2076 batch_mul(x_out, y_out, z_out, in ossl_ec_GFp_nistp521_points_mul()
2083 batch_mul(x_out, y_out, z_out, in ossl_ec_GFp_nistp521_points_mul()
[all …]

Completed in 52 milliseconds