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

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_smpl.c1253 BIGNUM *tmp, *tmp_Z; local
1269 tmp_Z = BN_CTX_get(ctx);
1270 if (tmp == NULL || tmp_Z == NULL)
1339 * Set tmp_Z to the inverse of points[i]->Z (as product of Z
1343 meth->field_mul(group, tmp_Z, prod_Z[i - 1], tmp, ctx))
1351 if (!BN_copy(&points[i]->Z, tmp_Z))

Completed in 190 milliseconds