Searched refs:prod_Z (Results 1 – 1 of 1) sorted by relevance
1154 BIGNUM **prod_Z = NULL; in ec_GFp_simple_points_make_affine() local1176 prod_Z = OPENSSL_malloc(num * sizeof(prod_Z[0])); in ec_GFp_simple_points_make_affine()1177 if (prod_Z == NULL) { in ec_GFp_simple_points_make_affine()1180 memset(prod_Z, 0, num * sizeof(prod_Z[0])); in ec_GFp_simple_points_make_affine()1182 prod_Z[i] = BN_new(); in ec_GFp_simple_points_make_affine()1183 if (prod_Z[i] == NULL) { in ec_GFp_simple_points_make_affine()1192 if (!BN_copy(prod_Z[0], &points[0]->Z)) { in ec_GFp_simple_points_make_affine()1197 if (!group->meth->field_set_to_one(group, prod_Z[0], ctx)) { in ec_GFp_simple_points_make_affine()1201 if (!BN_one(prod_Z[0])) { in ec_GFp_simple_points_make_affine()1209 if (!group->meth->field_mul(group, prod_Z[i], prod_Z[i - 1], in ec_GFp_simple_points_make_affine()[all …]