Searched refs:num_points (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/ec/ |
H A D | ecp_nistp224.c | 1161 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() local 1467 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() 1491 for (i = 0; i < num_points; ++i) { in ossl_ec_GFp_nistp224_points_mul() 1571 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp224_points_mul() [all …]
|
H A D | ecp_nistp384.c | 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() 1785 for (i = 0; i < num_points; ++i) { in ossl_ec_GFp_nistp384_points_mul() 1863 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp384_points_mul() [all …]
|
H A D | ecp_nistp256.c | 1697 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() local 2081 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() 2104 memset(secrets, 0, sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp256_points_mul() 2105 memset(pre_comp, 0, sizeof(*pre_comp) * num_points); in ossl_ec_GFp_nistp256_points_mul() [all …]
|
H A D | ecp_nistp521.c | 1603 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() local 1970 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() 1994 for (i = 0; i < num_points; ++i) { in ossl_ec_GFp_nistp521_points_mul() 2077 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp521_points_mul() [all …]
|
Completed in 23 milliseconds