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

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp224.c135 static const felem gmul[2][16][3] = { {{{0, 0, 0, 0}, variable
1462 g_pre_comp = &gmul[0];
1659 memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp));
H A Decp_nistp256.c1463 /* gmul is the table of precomputed base points */
1464 static const smallfelem gmul[2][16][3] = { variable
2049 g_pre_comp = &gmul[0];
2251 memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp));
H A Decp_nistp521.c1337 /* gmul is the table of precomputed base points */
1338 static const felem gmul[16][3] = { {{0, 0, 0, 0, 0, 0, 0, 0, 0}, variable
1857 g_pre_comp = (felem(*)[3]) gmul;
2058 memcpy(pre->g_pre_comp, gmul, sizeof(pre->g_pre_comp));

Completed in 208 milliseconds