Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Decdh.c20 unsigned int curve_id; member
30 static unsigned int ecdh_supported_curve(unsigned int curve_id) in ecdh_supported_curve()
Decc.c42 static inline const struct ecc_curve *ecc_get_curve(unsigned int curve_id) in ecc_get_curve()
907 int ecc_is_key_valid(unsigned int curve_id, unsigned int ndigits, in ecc_is_key_valid()
943 int ecc_gen_privkey(unsigned int curve_id, unsigned int ndigits, u64 *privkey) in ecc_gen_privkey()
986 int ecc_make_pub_key(unsigned int curve_id, unsigned int ndigits, in ecc_make_pub_key()
1052 int crypto_ecdh_shared_secret(unsigned int curve_id, unsigned int ndigits, in crypto_ecdh_shared_secret()
/Linux-v4.19/include/crypto/
Decdh.h42 unsigned short curve_id; member
/Linux-v4.19/drivers/crypto/
Datmel-ecc.c87 unsigned int curve_id; member
370 static unsigned int atmel_ecdh_supported_curve(unsigned int curve_id) in atmel_ecdh_supported_curve()