Lines Matching refs:tmp1
1042 BIGNUM *tmp1, *tmp2, *Za23, *Zb23;
1070 tmp1 = BN_CTX_get(ctx);
1085 if (!field_mul(group, tmp1, &a->X, Zb23, ctx)) goto end;
1086 tmp1_ = tmp1;
1110 if (!field_mul(group, tmp1, &a->Y, Zb23, ctx)) goto end;
1111 /* tmp1_ = tmp1 */
1184 BIGNUM *tmp0, *tmp1;
1202 tmp1 = BN_CTX_get(ctx);
1203 if (tmp0 == NULL || tmp1 == NULL) goto err;
1294 if (!group->meth->field_mul(group, tmp1, heap[i/2], heap[i], ctx)) goto err;
1296 if (!BN_copy(heap[i + 1], tmp1)) goto err;
1313 if (!group->meth->field_sqr(group, tmp1, &p->Z, ctx)) goto err;
1314 if (!group->meth->field_mul(group, &p->X, &p->X, tmp1, ctx)) goto err;
1316 if (!group->meth->field_mul(group, tmp1, tmp1, &p->Z, ctx)) goto err;
1317 if (!group->meth->field_mul(group, &p->Y, &p->Y, tmp1, ctx)) goto err;