Lines Matching refs:EC_POINT
613 const EC_POINT **point, in ecp_nistz256_windowed_mul()
799 static int ecp_nistz256_is_affine_G(const EC_POINT *generator) in ecp_nistz256_is_affine_G()
817 EC_POINT *P = NULL, *T = NULL; in ecp_nistz256_mult_precompute()
818 const EC_POINT *generator; in ecp_nistz256_mult_precompute()
932 __owur static int ecp_nistz256_set_from_affine(EC_POINT *out, const EC_GROUP *group, in ecp_nistz256_set_from_affine()
948 EC_POINT *r, in ecp_nistz256_points_mul()
951 const EC_POINT *points[], in ecp_nistz256_points_mul()
958 const EC_POINT *generator = NULL; in ecp_nistz256_points_mul()
960 const EC_POINT **new_points = NULL; in ecp_nistz256_points_mul()
993 EC_POINT *pre_comp_generator = EC_POINT_new(group); in ecp_nistz256_points_mul()
1125 new_points = OPENSSL_malloc((num + 1) * sizeof(EC_POINT *)); in ecp_nistz256_points_mul()
1133 memcpy(new_points, points, num * sizeof(EC_POINT *)); in ecp_nistz256_points_mul()
1171 const EC_POINT *point, in ecp_nistz256_get_affine()
1271 const EC_POINT *generator = EC_GROUP_get0_generator(group); in ecp_nistz256_window_have_precompute_mult()