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