Lines Matching refs:num_points
1583 const unsigned num_points, const u8 *g_scalar, in batch_mul() argument
1603 for (i = (num_points ? 520 : 130); i >= 0; --i) { in batch_mul()
1629 if (num_points && (i % 5 == 0)) { in batch_mul()
1631 for (num = 0; num < num_points; ++num) { in batch_mul()
1924 size_t num_points = num; in ossl_ec_GFp_nistp521_points_mul() local
1970 num_points++; in ossl_ec_GFp_nistp521_points_mul()
1973 if (num_points > 0) { in ossl_ec_GFp_nistp521_points_mul()
1974 if (num_points >= 2) { in ossl_ec_GFp_nistp521_points_mul()
1981 secrets = OPENSSL_zalloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp521_points_mul()
1982 pre_comp = OPENSSL_zalloc(sizeof(*pre_comp) * num_points); in ossl_ec_GFp_nistp521_points_mul()
1985 OPENSSL_malloc(sizeof(*tmp_felems) * (num_points * 17 + 1)); in ossl_ec_GFp_nistp521_points_mul()
1994 for (i = 0; i < num_points; ++i) { in ossl_ec_GFp_nistp521_points_mul()
2055 make_points_affine(num_points * 17, pre_comp[0], tmp_felems); in ossl_ec_GFp_nistp521_points_mul()
2077 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp521_points_mul()
2084 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp521_points_mul()