Searched refs:smallfelem (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 190 static void smallfelem_assign(smallfelem out, const smallfelem in) in smallfelem_assign() 711 smallfelem small2; in felem_small_mul() 910 static void smallfelem_square_contract(smallfelem out, const smallfelem in) in smallfelem_square_contract() 920 static void smallfelem_mul_contract(smallfelem out, const smallfelem in1, in smallfelem_mul_contract() 1078 static void smallfelem_inv_contract(smallfelem out, const smallfelem in) in smallfelem_inv_contract() 1188 point_double_small(smallfelem x_out, smallfelem y_out, smallfelem z_out, in point_double_small() 1189 const smallfelem x_in, const smallfelem y_in, in point_double_small() 1240 const smallfelem y2, const smallfelem z2) in point_add() 1422 static void point_add_small(smallfelem x3, smallfelem y3, smallfelem z3, in point_add_small() 1423 smallfelem x1, smallfelem y1, smallfelem z1, in point_add_small() [all …]
|
Completed in 8 milliseconds