Searched refs:smallfelem (Results 1 – 1 of 1) sorted by relevance
/openssl-master/crypto/ec/ |
A D | ecp_nistp256.c | 189 static void smallfelem_assign(smallfelem out, const smallfelem in) in smallfelem_assign() 709 smallfelem small2; in felem_small_mul() 908 static void smallfelem_square_contract(smallfelem out, const smallfelem in) in smallfelem_square_contract() 918 static void smallfelem_mul_contract(smallfelem out, const smallfelem in1, in smallfelem_mul_contract() 1076 static void smallfelem_inv_contract(smallfelem out, const smallfelem in) in smallfelem_inv_contract() 1186 point_double_small(smallfelem x_out, smallfelem y_out, smallfelem z_out, in point_double_small() 1187 const smallfelem x_in, const smallfelem y_in, in point_double_small() 1238 const smallfelem y2, const smallfelem z2) in point_add() 1420 static void point_add_small(smallfelem x3, smallfelem y3, smallfelem z3, in point_add_small() 1421 smallfelem x1, smallfelem y1, smallfelem z1, in point_add_small() [all …]
|
Completed in 6 milliseconds