Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Decp_nistp256.c581 static void smallfelem_mul(longfelem out, const smallfelem small1, in smallfelem_mul() function
697 smallfelem_mul(out, small1, small2); in felem_mul()
713 smallfelem_mul(out, small1, small2); in felem_small_mul()
926 smallfelem_mul(longtmp, in1, in2); in smallfelem_mul_contract()
1269 smallfelem_mul(tmp, small5, small2); in point_add()
1288 smallfelem_mul(tmp, small2, z2); in point_add()
1315 smallfelem_mul(tmp, x2, small1); in point_add()
1331 smallfelem_mul(tmp, small1, small3); in point_add()

Completed in 10 milliseconds