Lines Matching refs:num_points
1375 const unsigned int num_points, const u8 *g_scalar, in batch_mul() argument
1395 for (i = (num_points ? 380 : 98); i >= 0; --i) { in batch_mul()
1422 if (num_points && (i % 5 == 0)) { in batch_mul()
1424 for (num = 0; num < num_points; ++num) { in batch_mul()
1715 size_t num_points = num; in ossl_ec_GFp_nistp384_points_mul() local
1761 num_points++; in ossl_ec_GFp_nistp384_points_mul()
1764 if (num_points > 0) { in ossl_ec_GFp_nistp384_points_mul()
1765 if (num_points >= 2) { in ossl_ec_GFp_nistp384_points_mul()
1772 secrets = OPENSSL_zalloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp384_points_mul()
1773 pre_comp = OPENSSL_zalloc(sizeof(*pre_comp) * num_points); in ossl_ec_GFp_nistp384_points_mul()
1776 OPENSSL_malloc(sizeof(*tmp_felems) * (num_points * 17 + 1)); in ossl_ec_GFp_nistp384_points_mul()
1785 for (i = 0; i < num_points; ++i) { in ossl_ec_GFp_nistp384_points_mul()
1841 make_points_affine(num_points * 17, pre_comp[0], tmp_felems); in ossl_ec_GFp_nistp384_points_mul()
1863 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp384_points_mul()
1870 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp384_points_mul()