Searched refs:felem_small_mul (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 699 * felem_small_mul sets |out| = |small1| * |in2| 706 static void felem_small_mul(longfelem out, const smallfelem small1, in felem_small_mul() function 1128 felem_small_mul(tmp, small1, x_in); in point_double() 1169 felem_small_mul(tmp, small2, beta); in point_double() 1324 felem_small_mul(tmp, small4, ftmp5); in point_add() 1333 felem_small_mul(tmp, y2, ftmp); in point_add() 1396 felem_small_mul(tmp, small1, ftmp3); in point_add()
|
/third_party/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 699 * felem_small_mul sets |out| = |small1| * |in2| 706 static void felem_small_mul(longfelem out, const smallfelem small1, in felem_small_mul() function 1128 felem_small_mul(tmp, small1, x_in); in point_double() 1169 felem_small_mul(tmp, small2, beta); in point_double() 1324 felem_small_mul(tmp, small4, ftmp5); in point_add() 1333 felem_small_mul(tmp, y2, ftmp); in point_add() 1396 felem_small_mul(tmp, small1, ftmp3); in point_add()
|
Completed in 7 milliseconds