Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp256.c1472 /* gmul is the table of precomputed base points */
1473 static const smallfelem gmul[2][16][3] = { variable
2063 g_pre_comp = &gmul[0]; in ossl_ec_GFp_nistp256_points_mul()
2272 memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp)); in ossl_ec_GFp_nistp256_precompute_mult()
H A Decp_nistp521.c1429 /* gmul is the table of precomputed base points */
1430 static const felem gmul[16][3] = { variable
1955 g_pre_comp = (felem(*)[3]) gmul; in ossl_ec_GFp_nistp521_points_mul()
2161 memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp)); in ossl_ec_GFp_nistp521_precompute_mult()
H A Decp_nistp224.c138 static const felem gmul[2][16][3] = { variable
1450 g_pre_comp = &gmul[0]; in ossl_ec_GFp_nistp224_points_mul()
1652 memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp)); in ossl_ec_GFp_nistp224_precompute_mult()
/third_party/openssl/crypto/ec/
H A Decp_nistp256.c1472 /* gmul is the table of precomputed base points */
1473 static const smallfelem gmul[2][16][3] = { variable
2063 g_pre_comp = &gmul[0]; in ossl_ec_GFp_nistp256_points_mul()
2272 memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp)); in ossl_ec_GFp_nistp256_precompute_mult()
H A Decp_nistp521.c1429 /* gmul is the table of precomputed base points */
1430 static const felem gmul[16][3] = { variable
1955 g_pre_comp = (felem(*)[3]) gmul; in ossl_ec_GFp_nistp521_points_mul()
2161 memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp)); in ossl_ec_GFp_nistp521_precompute_mult()
H A Decp_nistp224.c138 static const felem gmul[2][16][3] = { variable
1450 g_pre_comp = &gmul[0]; in ossl_ec_GFp_nistp224_points_mul()
1652 memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp)); in ossl_ec_GFp_nistp224_precompute_mult()

Completed in 17 milliseconds