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

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Decp_smpl.c1464 BIGNUM *tmp1, *tmp2, *Za23, *Zb23; local
1492 Za23 = BN_CTX_get(ctx);
1513 if (!field_sqr(group, Za23, &a->Z, ctx))
1515 if (!field_mul(group, tmp2, &b->X, Za23, ctx))
1536 if (!field_mul(group, Za23, Za23, &a->Z, ctx))
1538 if (!field_mul(group, tmp2, &b->Y, Za23, ctx))

Completed in 102 milliseconds