Home
last modified time | relevance | path

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

/openssl-master/crypto/ec/
A Decp_nistp256.c692 smallfelem small1, small2; in felem_mul() local
693 felem_shrink(small1, in1); in felem_mul()
695 smallfelem_mul(out, small1, small2); in felem_mul()
1109 smallfelem small1, small2; in point_double() local
1125 felem_shrink(small1, gamma); in point_double()
1128 felem_small_mul(tmp, small1, x_in); in point_double()
1171 smallfelem_square(tmp2, small1); in point_double()
1255 felem_shrink(small1, ftmp); in point_add()
1313 smallfelem_mul(tmp, x2, small1); in point_add()
1341 felem_shrink(small1, ftmp5); in point_add()
[all …]

Completed in 5 milliseconds