Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Decp_nistp256.c1082 smallfelem_expand(tmp, in); in smallfelem_inv_contract()
1195 smallfelem_expand(felem_x_in, x_in); in point_double_small()
1196 smallfelem_expand(felem_y_in, y_in); in point_double_small()
1197 smallfelem_expand(felem_z_in, z_in); in point_double_small()
1428 smallfelem_expand(felem_x1, x1); in point_add_small()
1429 smallfelem_expand(felem_y1, y1); in point_add_small()
1430 smallfelem_expand(felem_z1, z1); in point_add_small()
1717 smallfelem_expand(nq[0], tmp[0]); in batch_mul()
1718 smallfelem_expand(nq[1], tmp[1]); in batch_mul()
1719 smallfelem_expand(nq[2], tmp[2]); in batch_mul()
[all …]

Completed in 11 milliseconds