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

/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Decp_nistp256.c546 /* smallfelem_mul sets |out| = |small1| * |small2|
549 * small2[i] < 2^64
553 static void smallfelem_mul(longfelem out, const smallfelem small1, const smallfelem small2) argument
558 a = ((uint128_t) small1[0]) * small2[0];
565 a = ((uint128_t) small1[0]) * small2[1];
571 a = ((uint128_t) small1[1]) * small2[0];
578 a = ((uint128_t) small1[0]) * small2[2];
584 a = ((uint128_t) small1[1]) * small2[1];
590 a = ((uint128_t) small1[2]) * small2[0];
597 a = ((uint128_t) small1[0]) * small2[
670 smallfelem small1, small2; local
685 smallfelem small2; local
1033 smallfelem small1, small2; local
1164 smallfelem small1, small2, small3, small4, small5; local
[all...]

Completed in 157 milliseconds