Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Decc.c39 struct ecc_point { struct
63 static struct ecc_point curve_g = CURVE_G_32; argument
539 static bool ecc_point_is_zero(const struct ecc_point *point) in ecc_point_is_zero()
689 static void ecc_point_mult(struct ecc_point *result, in ecc_point_mult()
690 const struct ecc_point *point, u64 *scalar, in ecc_point_mult()
771 struct ecc_point pk; in ecc_make_key()
803 struct ecc_point product, pk; in ecdh_shared_secret()