Lines Matching full:parameter
284 /** Sets the parameter of a ec over GFp defined by y^2 = x^3 + a*x + b
287 * \param a BIGNUM with parameter a of the equation
288 * \param b BIGNUM with parameter b of the equation
294 /** Gets the parameter of the ec over GFp defined by y^2 = x^3 + a*x + b
297 * \param a BIGNUM for parameter a of the equation
298 * \param b BIGNUM for parameter b of the equation
305 /** Sets the parameter of a ec over GF2m defined by y^2 + x*y = x^3 + a*x^2 + b
308 * \param a BIGNUM with parameter a of the equation
309 * \param b BIGNUM with parameter b of the equation
315 /** Gets the parameter of the ec over GF2m defined by y^2 + x*y = x^3 + a*x^2 + b
318 * \param a BIGNUM for parameter a of the equation
319 * \param b BIGNUM for parameter b of the equation
331 /** Checks whether the parameter in the EC_GROUP define a valid ec group
359 * \param a BIGNUM with the parameter a of the equation
360 * \param b BIGNUM with the parameter b of the equation
369 * \param a BIGNUM with the parameter a of the equation
370 * \param b BIGNUM with the parameter b of the equation
877 /** Decodes ec parameter from a memory buffer.
886 /** Encodes ec parameter and stores the result in a buffer.