Searched refs:tmp_Z (Results 1 – 1 of 1) sorted by relevance
966 BIGNUM *tmp, *tmp_Z; in ec_GFp_simple_points_make_affine() local983 tmp_Z = BN_CTX_get(ctx); in ec_GFp_simple_points_make_affine()984 if (tmp == NULL || tmp_Z == NULL) { in ec_GFp_simple_points_make_affine()1059 if (!group->meth->field_mul(group, tmp_Z, prod_Z[i - 1], tmp, ctx) || in ec_GFp_simple_points_make_affine()1063 !BN_copy(&points[i]->Z, tmp_Z)) { in ec_GFp_simple_points_make_affine()