Searched refs:smallfelem_square (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 479 * smallfelem_square sets |out| = |small|^2 485 static void smallfelem_square(longfelem out, const smallfelem small) in smallfelem_square() function 568 smallfelem_square(out, small); in felem_square() 913 smallfelem_square(longtmp, in); in smallfelem_square_contract() 1145 smallfelem_square(tmp, small2); in point_double() 1171 smallfelem_square(tmp2, small1); in point_double() 1252 smallfelem_square(tmp, small3); in point_add() 1259 smallfelem_square(tmp, z2); in point_add() 1384 smallfelem_square(tmp, small1); in point_add()
|
/third_party/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 479 * smallfelem_square sets |out| = |small|^2 485 static void smallfelem_square(longfelem out, const smallfelem small) in smallfelem_square() function 568 smallfelem_square(out, small); in felem_square() 913 smallfelem_square(longtmp, in); in smallfelem_square_contract() 1145 smallfelem_square(tmp, small2); in point_double() 1171 smallfelem_square(tmp2, small1); in point_double() 1252 smallfelem_square(tmp, small3); in point_add() 1259 smallfelem_square(tmp, z2); in point_add() 1384 smallfelem_square(tmp, small1); in point_add()
|
Completed in 7 milliseconds