Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Decdh.c16 unsigned int curve_id; member
26 static unsigned int ecdh_supported_curve(unsigned int curve_id) in ecdh_supported_curve()
Decc.c45 static inline const struct ecc_curve *ecc_get_curve(unsigned int curve_id) in ecc_get_curve()
1316 int ecc_is_key_valid(unsigned int curve_id, unsigned int ndigits, in ecc_is_key_valid()
1343 int ecc_gen_privkey(unsigned int curve_id, unsigned int ndigits, u64 *privkey) in ecc_gen_privkey()
1384 int ecc_make_pub_key(unsigned int curve_id, unsigned int ndigits, in ecc_make_pub_key()
1454 int crypto_ecdh_shared_secret(unsigned int curve_id, unsigned int ndigits, in crypto_ecdh_shared_secret()
/Linux-v5.4/include/crypto/
Decdh.h37 unsigned short curve_id; member
/Linux-v5.4/drivers/crypto/
Datmel-ecc.c45 unsigned int curve_id; member
76 static unsigned int atmel_ecdh_supported_curve(unsigned int curve_id) in atmel_ecdh_supported_curve()