Home
last modified time | relevance | path

Searched refs:ecc_point (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/crypto/ !
Decc_curve_defs.h5 struct ecc_point { struct
13 struct ecc_point g; argument
Decc.c70 static struct ecc_point *ecc_alloc_point(unsigned int ndigits) in ecc_alloc_point()
72 struct ecc_point *p = kmalloc(sizeof(*p), GFP_KERNEL); in ecc_alloc_point()
96 static void ecc_free_point(struct ecc_point *p) in ecc_free_point()
637 static bool ecc_point_is_zero(const struct ecc_point *point) in ecc_point_is_zero()
843 static void ecc_point_mult(struct ecc_point *result, in ecc_point_mult()
844 const struct ecc_point *point, const u64 *scalar, in ecc_point_mult()
1009 struct ecc_point *pk; in ecc_make_pub_key()
1043 struct ecc_point *pk) in ecc_is_pubkey_valid_partial()
1076 struct ecc_point *product, *pk; in crypto_ecdh_shared_secret()