Home | History | Annotate | Download | only in openssl

Lines Matching full:sets

123 /* EC_GROUP_get_order sets |*order| to the order of |group|, if it's not
128 /* EC_GROUP_get_cofactor sets |*cofactor| to the cofactor of |group| using
133 /* EC_GROUP_get_curve_GFp gets various parameters about a group. It sets
172 /* EC_POINT_copy sets |*dest| equal to |*src|. It returns one on success and
181 /* EC_POINT_set_to_infinity sets |point| to be the "point at infinity" for the
215 /* EC_POINT_get_affine_coordinates_GFp sets |x| and |y| to the affine value of
223 /* EC_POINT_set_affine_coordinates sets the value of |p| to be (|x|, |y|). The
240 /* EC_POINT_oct2point sets |point| from |len| bytes of X9.62 format
247 /* EC_POINT_set_compressed_coordinates_GFp sets |point| to equal the point with
257 /* EC_POINT_add sets |r| equal to |a| plus |b|. It returns one on success and
263 /* EC_POINT_dbl sets |r| equal to |a| plus |a|. It returns one on success and
268 /* EC_POINT_dbl sets |a| equal to minus |a|. It returns one on success and zero
273 /* EC_POINT_mul sets r = generator*n + q*m. It returns one on success and zero
279 /* EC_POINTs_mul sets r = generator*n + sum(p[i]*m[i]). It returns one on
300 /* EC_GROUP_set_generator sets the generator for |group| to |generator|, which