Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Decc.c333 static void vli_mod_add(u64 *result, const u64 *left, const u64 *right, in vli_mod_add() function
564 vli_mod_add(x1, x1, z1, curve_p); /* t1 = x1 + z1^2 */ in ecc_point_double_jacobian()
565 vli_mod_add(z1, z1, z1, curve_p); /* t3 = 2*z1^2 */ in ecc_point_double_jacobian()
569 vli_mod_add(z1, x1, x1, curve_p); /* t3 = 2*(x1^2 - z1^4) */ in ecc_point_double_jacobian()
570 vli_mod_add(x1, x1, z1, curve_p); /* t1 = 3*(x1^2 - z1^4) */ in ecc_point_double_jacobian()
667 vli_mod_add(t5, y2, y1, curve_p); /* t4 = y2 + y1 */ in xycz_add_c()
672 vli_mod_add(t6, x1, x2, curve_p); /* t6 = B + C */ in xycz_add_c()