Home | History | Annotate | Download | only in ec

Lines Matching refs:tmp2

1042 	BIGNUM *tmp1, *tmp2, *Za23, *Zb23;
1071 tmp2 = BN_CTX_get(ctx);
1093 if (!field_mul(group, tmp2, &b->X, Za23, ctx)) goto end;
1094 tmp2_ = tmp2;
1118 if (!field_mul(group, tmp2, &b->Y, Za23, ctx)) goto end;
1119 /* tmp2_ = tmp2 */