Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Decp_nistp256.c694 smallfelem small1, small2; in felem_mul() local
695 felem_shrink(small1, in1); in felem_mul()
697 smallfelem_mul(out, small1, small2); in felem_mul()
1111 smallfelem small1, small2; in point_double() local
1127 felem_shrink(small1, gamma); in point_double()
1130 felem_small_mul(tmp, small1, x_in); in point_double()
1173 smallfelem_square(tmp2, small1); in point_double()
1257 felem_shrink(small1, ftmp); in point_add()
1315 smallfelem_mul(tmp, x2, small1); in point_add()
1343 felem_shrink(small1, ftmp5); in point_add()
[all …]

Completed in 9 milliseconds