Searched refs:smallfelem_expand (Results 1 – 1 of 1) sorted by relevance
/openssl-master/crypto/ec/ |
A D | ecp_nistp256.c | 1080 smallfelem_expand(tmp, in); in smallfelem_inv_contract() 1193 smallfelem_expand(felem_x_in, x_in); in point_double_small() 1194 smallfelem_expand(felem_y_in, y_in); in point_double_small() 1195 smallfelem_expand(felem_z_in, z_in); in point_double_small() 1426 smallfelem_expand(felem_x1, x1); in point_add_small() 1427 smallfelem_expand(felem_y1, y1); in point_add_small() 1428 smallfelem_expand(felem_z1, z1); in point_add_small() 1715 smallfelem_expand(nq[0], tmp[0]); in batch_mul() 1716 smallfelem_expand(nq[1], tmp[1]); in batch_mul() 1717 smallfelem_expand(nq[2], tmp[2]); in batch_mul() [all …]
|
Completed in 6 milliseconds