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

/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Decp_nistp256.c546 /* smallfelem_mul sets |out| = |small1| * |small2|
553 static void smallfelem_mul(longfelem out, const smallfelem small1, const smallfelem small2) function
673 smallfelem_mul(out, small1, small2);
687 smallfelem_mul(out, small1, small2);
884 smallfelem_mul(longtmp, in1, in2);
1189 smallfelem_mul(tmp, small5, small2);
1208 smallfelem_mul(tmp, small2, z2);
1235 smallfelem_mul(tmp, x2, small1);
1251 smallfelem_mul(tmp, small1, small3);

Completed in 112 milliseconds