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

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c571 * smallfelem_mul sets |out| = |small1| * |small2|
573 * small1[i] < 2^64
578 static void smallfelem_mul(longfelem out, const smallfelem small1, argument
584 a = ((uint128_t) small1[0]) * small2[0];
590 a = ((uint128_t) small1[0]) * small2[1];
596 a = ((uint128_t) small1[1]) * small2[0];
602 a = ((uint128_t) small1[0]) * small2[2];
608 a = ((uint128_t) small1[1]) * small2[1];
614 a = ((uint128_t) small1[2]) * small2[0];
620 a = ((uint128_t) small1[
691 smallfelem small1, small2; local
705 felem_small_mul(longfelem out, const smallfelem small1, const felem in2) argument
1108 smallfelem small1, small2; local
1241 smallfelem small1, small2, small3, small4, small5; local
[all...]

Completed in 64 milliseconds