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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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 277 milliseconds