Home | History | Annotate | Download | only in ec

Lines Matching full:coordinates

346 /* Set the coordinates of an EC_POINT using affine coordinates. 
347 * Note that the simple implementation only uses affine coordinates.
373 /* Gets the affine coordinates of an EC_POINT.
374 * Note that the simple implementation only uses affine coordinates.
409 /* Calculates and sets the affine coordinates of an EC_POINT from the given
410 * compressed coordinates. Uses algorithm 2.3.4 of SEC 1.
411 * Note that the simple implementation only uses affine coordinates.
628 * Note that the simple implementation only uses affine coordinates.
889 /* only support affine coordinates */
927 * 0 equal (in affine coordinates)
974 /* Forces the given EC_POINT to internally use affine coordinates. */
1010 /* Forces each of the EC_POINTs in the given array to use affine coordinates. */