Searched refs:small2 (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|
586 * small2[i] < 2^64
591 const smallfelem small2)
596 a = ((uint128_t) small1[0]) * small2[0];
602 a = ((uint128_t) small1[0]) * small2[1];
608 a = ((uint128_t) small1[1]) * small2[0];
614 a = ((uint128_t) small1[0]) * small2[2];
620 a = ((uint128_t) small1[1]) * small2[1];
626 a = ((uint128_t) small1[2]) * small2[0];
632 a = ((uint128_t) small1[0]) * small2[
590 smallfelem_mul(longfelem out, const smallfelem small1, const smallfelem small2) argument
703 smallfelem small1, small2; local
720 smallfelem small2; local
1120 smallfelem small1, small2; local
1253 smallfelem small1, small2, small3, small4, small5; local
[all...]
/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|
586 * small2[i] < 2^64
591 const smallfelem small2)
596 a = ((uint128_t) small1[0]) * small2[0];
602 a = ((uint128_t) small1[0]) * small2[1];
608 a = ((uint128_t) small1[1]) * small2[0];
614 a = ((uint128_t) small1[0]) * small2[2];
620 a = ((uint128_t) small1[1]) * small2[1];
626 a = ((uint128_t) small1[2]) * small2[0];
632 a = ((uint128_t) small1[0]) * small2[
590 smallfelem_mul(longfelem out, const smallfelem small1, const smallfelem small2) argument
703 smallfelem small1, small2; local
720 smallfelem small2; local
1120 smallfelem small1, small2; local
1253 smallfelem small1, small2, small3, small4, small5; local
[all...]

Completed in 113 milliseconds