Searched refs:tmp_Z (Results 1 – 1 of 1) sorted by relevance
1204 BIGNUM *tmp, *tmp_Z; in ec_GFp_simple_points_make_affine() local1220 tmp_Z = BN_CTX_get(ctx); in ec_GFp_simple_points_make_affine()1221 if (tmp_Z == NULL) in ec_GFp_simple_points_make_affine()1295 meth->field_mul(group, tmp_Z, prod_Z[i - 1], tmp, ctx)) in ec_GFp_simple_points_make_affine()1303 if (!BN_copy(points[i]->Z, tmp_Z)) in ec_GFp_simple_points_make_affine()