Home | History | Annotate | Download | only in ec

Lines Matching refs:tmp0

1184 	BIGNUM *tmp0, *tmp1;
1201 tmp0 = BN_CTX_get(ctx);
1203 if (tmp0 == NULL || tmp1 == NULL) goto err;
1293 if (!group->meth->field_mul(group, tmp0, heap[i/2], heap[i + 1], ctx)) goto err;
1295 if (!BN_copy(heap[i], tmp0)) goto err;