Home
last modified time | relevance | path

Searched refs:num_points (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistp224.c1141 const unsigned num_points, const u8 *g_scalar, in batch_mul() argument
1162 for (i = (num_points ? 220 : 27); i >= 0; --i) { in batch_mul()
1199 if (num_points && (i % 5 == 0)) { in batch_mul()
1201 for (num = 0; num < num_points; ++num) { in batch_mul()
1427 size_t num_points = num; in ossl_ec_GFp_nistp224_points_mul() local
1473 num_points = num_points + 1; in ossl_ec_GFp_nistp224_points_mul()
1476 if (num_points > 0) { in ossl_ec_GFp_nistp224_points_mul()
1477 if (num_points >= 3) { in ossl_ec_GFp_nistp224_points_mul()
1484 secrets = OPENSSL_zalloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp224_points_mul()
1485 pre_comp = OPENSSL_zalloc(sizeof(*pre_comp) * num_points); in ossl_ec_GFp_nistp224_points_mul()
[all …]
H A Decp_nistp256.c1674 const unsigned num_points, const u8 *g_scalar, in batch_mul() argument
1695 for (i = (num_points ? 255 : 31); i >= 0; --i) { in batch_mul()
1734 if (num_points && (i % 5 == 0)) { in batch_mul()
1736 for (num = 0; num < num_points; ++num) { in batch_mul()
2039 size_t num_points = num; in ossl_ec_GFp_nistp256_points_mul() local
2086 num_points++; in ossl_ec_GFp_nistp256_points_mul()
2088 if (num_points > 0) { in ossl_ec_GFp_nistp256_points_mul()
2089 if (num_points >= 3) { in ossl_ec_GFp_nistp256_points_mul()
2096 secrets = OPENSSL_malloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp256_points_mul()
2097 pre_comp = OPENSSL_malloc(sizeof(*pre_comp) * num_points); in ossl_ec_GFp_nistp256_points_mul()
[all …]
H A Decp_nistp521.c1584 const unsigned num_points, const u8 *g_scalar, in batch_mul() argument
1604 for (i = (num_points ? 520 : 130); i >= 0; --i) { in batch_mul()
1630 if (num_points && (i % 5 == 0)) { in batch_mul()
1632 for (num = 0; num < num_points; ++num) { in batch_mul()
1932 size_t num_points = num; in ossl_ec_GFp_nistp521_points_mul() local
1978 num_points++; in ossl_ec_GFp_nistp521_points_mul()
1981 if (num_points > 0) { in ossl_ec_GFp_nistp521_points_mul()
1982 if (num_points >= 2) { in ossl_ec_GFp_nistp521_points_mul()
1989 secrets = OPENSSL_zalloc(sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp521_points_mul()
1990 pre_comp = OPENSSL_zalloc(sizeof(*pre_comp) * num_points); in ossl_ec_GFp_nistp521_points_mul()
[all …]