Searched refs:num_points (Results 1 – 4 of 4) sorted by relevance
1140 const unsigned num_points, const u8 *g_scalar, in batch_mul() argument1161 for (i = (num_points ? 220 : 27); i >= 0; --i) { in batch_mul()1198 if (num_points && (i % 5 == 0)) { in batch_mul()1200 for (num = 0; num < num_points; ++num) { in batch_mul()1421 size_t num_points = num; in ossl_ec_GFp_nistp224_points_mul() local1467 num_points = num_points + 1; in ossl_ec_GFp_nistp224_points_mul()1470 if (num_points > 0) { in ossl_ec_GFp_nistp224_points_mul()1471 if (num_points >= 3) { in ossl_ec_GFp_nistp224_points_mul()1478 secrets = OPENSSL_zalloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp224_points_mul()1479 pre_comp = OPENSSL_zalloc(sizeof(*pre_comp) * num_points); in ossl_ec_GFp_nistp224_points_mul()[all …]
1411 const unsigned int num_points, const u8 *g_scalar, in batch_mul() argument1431 for (i = (num_points ? 380 : 98); i >= 0; --i) { in batch_mul()1458 if (num_points && (i % 5 == 0)) { in batch_mul()1460 for (num = 0; num < num_points; ++num) { in batch_mul()1751 size_t num_points = num; in ossl_ec_GFp_nistp384_points_mul() local1797 num_points++; in ossl_ec_GFp_nistp384_points_mul()1800 if (num_points > 0) { in ossl_ec_GFp_nistp384_points_mul()1801 if (num_points >= 2) { in ossl_ec_GFp_nistp384_points_mul()1808 secrets = OPENSSL_zalloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp384_points_mul()1809 pre_comp = OPENSSL_zalloc(sizeof(*pre_comp) * num_points); in ossl_ec_GFp_nistp384_points_mul()[all …]
1676 const unsigned num_points, const u8 *g_scalar, in batch_mul() argument1697 for (i = (num_points ? 255 : 31); i >= 0; --i) { in batch_mul()1736 if (num_points && (i % 5 == 0)) { in batch_mul()1738 for (num = 0; num < num_points; ++num) { in batch_mul()2034 size_t num_points = num; in ossl_ec_GFp_nistp256_points_mul() local2081 num_points++; in ossl_ec_GFp_nistp256_points_mul()2083 if (num_points > 0) { in ossl_ec_GFp_nistp256_points_mul()2084 if (num_points >= 3) { in ossl_ec_GFp_nistp256_points_mul()2091 secrets = OPENSSL_malloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp256_points_mul()2092 pre_comp = OPENSSL_malloc(sizeof(*pre_comp) * num_points); in ossl_ec_GFp_nistp256_points_mul()[all …]
1583 const unsigned num_points, const u8 *g_scalar, in batch_mul() argument1603 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() local1970 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()[all …]