Home
last modified time | relevance | path

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

/openssl-master/crypto/ec/
A Decp_nistp224.c1162 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()
1499 for (i = 0; i < num_points; ++i) { in ossl_ec_GFp_nistp224_points_mul()
1579 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp224_points_mul()
[all …]
A Decp_nistp256.c1695 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()
2111 memset(secrets, 0, sizeof(*secrets) * num_points); in ossl_ec_GFp_nistp256_points_mul()
2112 memset(pre_comp, 0, sizeof(*pre_comp) * num_points); in ossl_ec_GFp_nistp256_points_mul()
[all …]
A Decp_nistp521.c1604 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()
2004 for (i = 0; i < num_points; ++i) { in ossl_ec_GFp_nistp521_points_mul()
2087 (const felem_bytearray(*))secrets, num_points, in ossl_ec_GFp_nistp521_points_mul()
[all …]

Completed in 12 milliseconds