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

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c583 * smallfelem_mul sets |out| = |small1| * |small2|
590 static void smallfelem_mul(longfelem out, const smallfelem small1, function
706 smallfelem_mul(out, small1, small2);
722 smallfelem_mul(out, small1, small2);
935 smallfelem_mul(longtmp, in1, in2);
1277 smallfelem_mul(tmp, small5, small2);
1296 smallfelem_mul(tmp, small2, z2);
1323 smallfelem_mul(tmp, x2, small1);
1339 smallfelem_mul(tmp, small1, small3);

Completed in 107 milliseconds