Home
last modified time | relevance | path

Searched refs:smallfelem_mul (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|
579 static void smallfelem_mul(longfelem out, const smallfelem small1, in smallfelem_mul() function
695 smallfelem_mul(out, small1, small2); in felem_mul()
711 smallfelem_mul(out, small1, small2); in felem_small_mul()
924 smallfelem_mul(longtmp, in1, in2); in smallfelem_mul_contract()
1267 smallfelem_mul(tmp, small5, small2); in point_add()
1286 smallfelem_mul(tmp, small2, z2); in point_add()
1313 smallfelem_mul(tmp, x2, small1); in point_add()
1329 smallfelem_mul(tmp, small1, small3); in point_add()
/third_party/openssl/crypto/ec/
H A Decp_nistp256.c572 * smallfelem_mul sets |out| = |small1| * |small2|
579 static void smallfelem_mul(longfelem out, const smallfelem small1, in smallfelem_mul() function
695 smallfelem_mul(out, small1, small2); in felem_mul()
711 smallfelem_mul(out, small1, small2); in felem_small_mul()
924 smallfelem_mul(longtmp, in1, in2); in smallfelem_mul_contract()
1267 smallfelem_mul(tmp, small5, small2); in point_add()
1286 smallfelem_mul(tmp, small2, z2); in point_add()
1313 smallfelem_mul(tmp, x2, small1); in point_add()
1329 smallfelem_mul(tmp, small1, small3); in point_add()

Completed in 8 milliseconds