Lines Matching defs:num_points
1141 const unsigned num_points, const u8 *g_scalar,
1162 for (i = (num_points ? 220 : 27); i >= 0; --i) {
1199 if (num_points && (i % 5 == 0)) {
1201 for (num = 0; num < num_points; ++num) {
1427 size_t num_points = num;
1473 num_points = num_points + 1;
1476 if (num_points > 0) {
1477 if (num_points >= 3) {
1484 secrets = OPENSSL_zalloc(sizeof(*secrets) * num_points);
1485 pre_comp = OPENSSL_zalloc(sizeof(*pre_comp) * num_points);
1488 OPENSSL_malloc(sizeof(felem) * (num_points * 17 + 1));
1499 for (i = 0; i < num_points; ++i) {
1557 make_points_affine(num_points * 17, pre_comp[0], tmp_felems);
1579 (const felem_bytearray(*))secrets, num_points,
1585 (const felem_bytearray(*))secrets, num_points,