Searched refs:small1 (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|
585 * small1[i] < 2^64
590 static void smallfelem_mul(longfelem out, const smallfelem small1, argument
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[
703 smallfelem small1, small2; local
717 felem_small_mul(longfelem out, const smallfelem small1, const felem in2) argument
1120 smallfelem small1, small2; local
1253 smallfelem small1, small2, small3, small4, small5; local
[all...]

Completed in 163 milliseconds