Home | History | Annotate | Download | only in ec

Lines Matching full:gfp

138 /** Returns the basic GFp ec methods which provides the basis for the
144 /** Returns GFp methods using montgomery multiplication.
149 /** Returns GFp methods using optimized methods for NIST recommended curves
284 /** Sets the parameter of a ec over GFp defined by y^2 = x^3 + a*x + b
294 /** Gets the parameter of the ec over GFp defined by y^2 = x^3 + a*x + b
357 * over GFp (defined by the equation y^2 = x^3 + a*x + b)
448 /** Sets the jacobian projective coordinates of a EC_POINT over GFp
460 /** Gets the jacobian projective coordinates of a EC_POINT over GFp
472 /** Sets the affine coordinates of a EC_POINT over GFp
483 /** Gets the affine coordinates of a EC_POINT over GFp
494 /** Sets the x9.62 compressed coordinates of a EC_POINT over GFp