Home | History | Annotate | Download | only in ec

Lines Matching refs:Z6

946 	BIGNUM *rh, *tmp, *Z4, *Z6;
967 Z6 = BN_CTX_get(ctx);
968 if (Z6 == NULL) goto err;
986 if (!field_mul(group, Z6, Z4, tmp, ctx)) goto err;
1004 if (!field_mul(group, tmp, &group->b, Z6, ctx)) goto err;