Lines Matching refs:num_points
1584 const unsigned num_points, const u8 *g_scalar, in batch_mul() argument
1604 for (i = (num_points ? 520 : 130); i >= 0; --i) { in batch_mul()
1630 if (num_points && (i % 5 == 0)) { in batch_mul()
1632 for (num = 0; num < num_points; ++num) { in batch_mul()
1932 size_t num_points = num; in ossl_ec_GFp_nistp521_points_mul() local
1978 num_points++; in ossl_ec_GFp_nistp521_points_mul()
1981 if (num_points > 0) { in ossl_ec_GFp_nistp521_points_mul()
1982 if (num_points >= 2) { in ossl_ec_GFp_nistp521_points_mul()
1989 secrets = OPENSSL_zalloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp521_points_mul()
1990 pre_comp = OPENSSL_zalloc(sizeof(*pre_comp) * num_points); in ossl_ec_GFp_nistp521_points_mul()
1993 OPENSSL_malloc(sizeof(*tmp_felems) * (num_points * 17 + 1)); in ossl_ec_GFp_nistp521_points_mul()
2004 for (i = 0; i < num_points; ++i) { in ossl_ec_GFp_nistp521_points_mul()
2065 make_points_affine(num_points * 17, pre_comp[0], tmp_felems); in ossl_ec_GFp_nistp521_points_mul()
2087 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp521_points_mul()
2094 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp521_points_mul()