Lines Matching refs:curve_id
92 * ecc_get_curve() - Get a curve given its curve_id
93 * @curve_id: Id of the curve
97 const struct ecc_curve *ecc_get_curve(unsigned int curve_id);
102 * @curve_id: id representing the curve to use
109 int ecc_is_key_valid(unsigned int curve_id, unsigned int ndigits,
117 * @curve_id: id representing the curve to use
124 int ecc_gen_privkey(unsigned int curve_id, unsigned int ndigits, u64 *privkey);
129 * @curve_id: id representing the curve to use
137 int ecc_make_pub_key(const unsigned int curve_id, unsigned int ndigits,
143 * @curve_id: id representing the curve to use
155 int crypto_ecdh_shared_secret(unsigned int curve_id, unsigned int ndigits,