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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_smpl.c532 BIGNUM *Z, *Z_1, *Z_2, *Z_3; local
553 Z_3 = BN_CTX_get(ctx);
554 if (Z_3 == NULL) goto err;
622 if (!group->meth->field_mul(group, Z_3, Z_2, Z_1, ctx)) goto err;
626 if (!BN_mod_mul(Z_3, Z_2, Z_1, &group->field, ctx)) goto err;
630 if (!group->meth->field_mul(group, y, &point->Y, Z_3, ctx)) goto err;

Completed in 55 milliseconds