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

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec2_smpl.c460 BIGNUM *x, *y, *yxi; local
513 yxi = BN_CTX_get(ctx);
514 if (yxi == NULL)
523 if (!group->meth->field_div(group, yxi, y, x, ctx))
525 if (BN_is_odd(yxi))
594 BIGNUM *x, *y, *yxi; local
644 yxi = BN_CTX_get(ctx);
645 if (yxi == NULL)
667 if (!group->meth->field_div(group, yxi, y, x, ctx))
669 if (y_bit != BN_is_odd(yxi)) {
[all...]

Completed in 81 milliseconds