Searched refs:smallfelem_mul (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c571 * smallfelem_mul sets |out| = |small1| * |small2|
578 static void smallfelem_mul(longfelem out, const smallfelem small1, function
694 smallfelem_mul(out, small1, small2);
710 smallfelem_mul(out, small1, small2);
923 smallfelem_mul(longtmp, in1, in2);
1265 smallfelem_mul(tmp, small5, small2);
1284 smallfelem_mul(tmp, small2, z2);
1311 smallfelem_mul(tmp, x2, small1);
1327 smallfelem_mul(tmp, small1, small3);

Completed in 183 milliseconds