Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp256.c572 * smallfelem_mul sets |out| = |small1| * |small2|
574 * small1[i] < 2^64
579 static void smallfelem_mul(longfelem out, const smallfelem small1, in smallfelem_mul() argument
585 a = ((uint128_t) small1[0]) * small2[0]; in smallfelem_mul()
591 a = ((uint128_t) small1[0]) * small2[1]; in smallfelem_mul()
597 a = ((uint128_t) small1[1]) * small2[0]; in smallfelem_mul()
603 a = ((uint128_t) small1[0]) * small2[2]; in smallfelem_mul()
609 a = ((uint128_t) small1[1]) * small2[1]; in smallfelem_mul()
615 a = ((uint128_t) small1[2]) * small2[0]; in smallfelem_mul()
621 a = ((uint128_t) small1[ in smallfelem_mul()
692 smallfelem small1, small2; felem_mul() local
706 felem_small_mul(longfelem out, const smallfelem small1, const felem in2) felem_small_mul() argument
1109 smallfelem small1, small2; point_double() local
1242 smallfelem small1, small2, small3, small4, small5; point_add() local
[all...]
/third_party/openssl/crypto/ec/
H A Decp_nistp256.c572 * smallfelem_mul sets |out| = |small1| * |small2|
574 * small1[i] < 2^64
579 static void smallfelem_mul(longfelem out, const smallfelem small1, in smallfelem_mul() argument
585 a = ((uint128_t) small1[0]) * small2[0]; in smallfelem_mul()
591 a = ((uint128_t) small1[0]) * small2[1]; in smallfelem_mul()
597 a = ((uint128_t) small1[1]) * small2[0]; in smallfelem_mul()
603 a = ((uint128_t) small1[0]) * small2[2]; in smallfelem_mul()
609 a = ((uint128_t) small1[1]) * small2[1]; in smallfelem_mul()
615 a = ((uint128_t) small1[2]) * small2[0]; in smallfelem_mul()
621 a = ((uint128_t) small1[ in smallfelem_mul()
692 smallfelem small1, small2; felem_mul() local
706 felem_small_mul(longfelem out, const smallfelem small1, const felem in2) felem_small_mul() argument
1109 smallfelem small1, small2; point_double() local
1242 smallfelem small1, small2, small3, small4, small5; point_add() local
[all...]

Completed in 4 milliseconds