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