Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistz256.c952 const EC_POINT **new_points = NULL; in ecp_nistz256_points_mul() local
1116 new_points = OPENSSL_malloc((num + 1) * sizeof(EC_POINT *)); in ecp_nistz256_points_mul()
1117 if (new_points == NULL) in ecp_nistz256_points_mul()
1122 memcpy(new_points, points, num * sizeof(EC_POINT *)); in ecp_nistz256_points_mul()
1123 new_points[num] = generator; in ecp_nistz256_points_mul()
1126 points = new_points; in ecp_nistz256_points_mul()
1154 OPENSSL_free(new_points); in ecp_nistz256_points_mul()