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

/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec2_oct.c171 BIGNUM *x, *y, *yxi; local
222 yxi = BN_CTX_get(ctx);
223 if (yxi == NULL) goto err;
230 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
231 if (BN_is_odd(yxi)) buf[0]++;
303 BIGNUM *x, *y, *yxi; local
358 yxi = BN_CTX_get(ctx);
359 if (yxi == NULL) goto err;
382 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
383 if (y_bit != BN_is_odd(yxi))
[all...]

Completed in 150 milliseconds