Searched refs:new_scalars (Results 1 – 1 of 1) sorted by relevance
964 const BIGNUM **new_scalars = NULL; in ecp_nistz256_points_mul() local1124 new_scalars = OPENSSL_malloc((num + 1) * sizeof(BIGNUM *)); in ecp_nistz256_points_mul()1125 if (new_scalars == NULL) { in ecp_nistz256_points_mul()1136 memcpy(new_scalars, scalars, num * sizeof(BIGNUM *)); in ecp_nistz256_points_mul()1137 new_scalars[num] = scalar; in ecp_nistz256_points_mul()1141 scalars = new_scalars; in ecp_nistz256_points_mul()1171 OPENSSL_free(new_scalars); in ecp_nistz256_points_mul()
Completed in 4 milliseconds