Searched refs:smallfelem_expand (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/crypto/openssl/crypto/ec/ |
| D | ecp_nistp256.c | 481 static void smallfelem_expand(felem out, const smallfelem in) in smallfelem_expand() function 1091 smallfelem_expand(tmp, in); in smallfelem_inv_contract() 1204 smallfelem_expand(felem_x_in, x_in); in point_double_small() 1205 smallfelem_expand(felem_y_in, y_in); in point_double_small() 1206 smallfelem_expand(felem_z_in, z_in); in point_double_small() 1417 smallfelem_expand(felem_x1, x1); in point_add_small() 1418 smallfelem_expand(felem_y1, y1); in point_add_small() 1419 smallfelem_expand(felem_z1, z1); in point_add_small() 1705 smallfelem_expand(nq[0], tmp[0]); in batch_mul() 1706 smallfelem_expand(nq[1], tmp[1]); in batch_mul() [all …]
|