Searched refs:g_pre_comp (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecp_nistp224.c | 239 felem g_pre_comp[2][16][3]; member 1143 const felem g_pre_comp[2][16][3]) in batch_mul() 1175 select_point(bits, 16, g_pre_comp[1], tmp); in batch_mul() 1192 select_point(bits, 16, g_pre_comp[0], tmp); in batch_mul() 1430 const felem(*g_pre_comp)[16][3] = NULL; in ossl_ec_GFp_nistp224_points_mul() local 1447 g_pre_comp = (const felem(*)[16][3])pre->g_pre_comp; in ossl_ec_GFp_nistp224_points_mul() 1450 g_pre_comp = &gmul[0]; in ossl_ec_GFp_nistp224_points_mul() 1455 if (!felem_to_BN(x, g_pre_comp[0][1][0]) || in ossl_ec_GFp_nistp224_points_mul() 1456 !felem_to_BN(y, g_pre_comp[0][1][1]) || in ossl_ec_GFp_nistp224_points_mul() 1457 !felem_to_BN(z, g_pre_comp[0][1][2])) { in ossl_ec_GFp_nistp224_points_mul() [all …]
|
H A D | ecp_nistp256.c | 1676 const smallfelem g_pre_comp[2][16][3]) in batch_mul() 1708 select_point(bits, 16, g_pre_comp[1], tmp); in batch_mul() 1727 select_point(bits, 16, g_pre_comp[0], tmp); in batch_mul() 1774 smallfelem g_pre_comp[2][16][3]; member 2043 const smallfelem(*g_pre_comp)[16][3] = NULL; in ossl_ec_GFp_nistp256_points_mul() local 2060 g_pre_comp = (const smallfelem(*)[16][3])pre->g_pre_comp; in ossl_ec_GFp_nistp256_points_mul() 2063 g_pre_comp = &gmul[0]; in ossl_ec_GFp_nistp256_points_mul() 2068 if (!smallfelem_to_BN(x, g_pre_comp[0][1][0]) || in ossl_ec_GFp_nistp256_points_mul() 2069 !smallfelem_to_BN(y, g_pre_comp[0][1][1]) || in ossl_ec_GFp_nistp256_points_mul() 2070 !smallfelem_to_BN(z, g_pre_comp[0][1][2])) { in ossl_ec_GFp_nistp256_points_mul() [all …]
|
H A D | ecp_nistp521.c | 1586 const felem g_pre_comp[16][3]) in batch_mul() 1618 select_point(bits, 16, g_pre_comp, tmp); in batch_mul() 1667 felem g_pre_comp[16][3]; member 1935 felem(*g_pre_comp)[3] = NULL; in ossl_ec_GFp_nistp521_points_mul() local 1952 g_pre_comp = &pre->g_pre_comp[0]; in ossl_ec_GFp_nistp521_points_mul() 1955 g_pre_comp = (felem(*)[3]) gmul; in ossl_ec_GFp_nistp521_points_mul() 1960 if (!felem_to_BN(x, g_pre_comp[1][0]) || in ossl_ec_GFp_nistp521_points_mul() 1961 !felem_to_BN(y, g_pre_comp[1][1]) || in ossl_ec_GFp_nistp521_points_mul() 1962 !felem_to_BN(z, g_pre_comp[1][2])) { in ossl_ec_GFp_nistp521_points_mul() 2090 (const felem(*)[3])g_pre_comp); in ossl_ec_GFp_nistp521_points_mul() [all …]
|