Searched refs:tmp_Z (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_smpl.c1184 BIGNUM *tmp, *tmp_Z; local
1201 tmp_Z = BN_CTX_get(ctx);
1202 if (tmp == NULL || tmp_Z == NULL) goto err;
1265 /* Set tmp_Z to the inverse of points[i]->Z (as product
1267 if (!group->meth->field_mul(group, tmp_Z, prod_Z[i - 1], tmp, ctx)) goto err;
1271 if (!BN_copy(&points[i]->Z, tmp_Z)) goto err;

Completed in 52 milliseconds