Home
last modified time | relevance | path

Searched defs:curve_id (Results 1 – 3 of 3) sorted by relevance

/crypto/
Decdsa.c17 unsigned int curve_id; member
188 static int ecdsa_ecc_ctx_init(struct ecc_ctx *ctx, unsigned int curve_id) in ecdsa_ecc_ctx_init()
206 unsigned int curve_id = ctx->curve_id; in ecdsa_ecc_ctx_reset() local
Decdh.c16 unsigned int curve_id; member
Decc.c53 const struct ecc_curve *ecc_get_curve(unsigned int curve_id) in ecc_get_curve()
1436 int ecc_is_key_valid(unsigned int curve_id, unsigned int ndigits, in ecc_is_key_valid()
1463 int ecc_gen_privkey(unsigned int curve_id, unsigned int ndigits, u64 *privkey) in ecc_gen_privkey()
1504 int ecc_make_pub_key(unsigned int curve_id, unsigned int ndigits, in ecc_make_pub_key()
1603 int crypto_ecdh_shared_secret(unsigned int curve_id, unsigned int ndigits, in crypto_ecdh_shared_secret()