Home | History | Annotate | Download | only in ec

Lines Matching defs:tmp0

1543 	BIGNUM *tmp0, *tmp1;
1560 tmp0 = BN_CTX_get(ctx);
1562 if (tmp0 == NULL || tmp1 == NULL) goto err;
1652 if (!group->meth->field_mul(group, tmp0, heap[i/2], heap[i + 1], ctx)) goto err;
1654 if (!BN_copy(heap[i], tmp0)) goto err;