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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec2_oct.c180 BIGNUM *x, *y, *yxi; local
225 yxi = BN_CTX_get(ctx);
226 if (yxi == NULL)
234 if (!group->meth->field_div(group, yxi, y, x, ctx))
236 if (BN_is_odd(yxi))
304 BIGNUM *x, *y, *yxi; local
354 yxi = BN_CTX_get(ctx);
355 if (yxi == NULL)
377 if (!group->meth->field_div(group, yxi, y, x, ctx))
379 if (y_bit != BN_is_odd(yxi)) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec2_oct.c180 BIGNUM *x, *y, *yxi; local
225 yxi = BN_CTX_get(ctx);
226 if (yxi == NULL)
234 if (!group->meth->field_div(group, yxi, y, x, ctx))
236 if (BN_is_odd(yxi))
304 BIGNUM *x, *y, *yxi; local
354 yxi = BN_CTX_get(ctx);
355 if (yxi == NULL)
377 if (!group->meth->field_div(group, yxi, y, x, ctx))
379 if (y_bit != BN_is_odd(yxi)) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec2_smpl.c426 BIGNUM *x, *y, *yxi; local
485 yxi = BN_CTX_get(ctx);
486 if (yxi == NULL) goto err;
494 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
495 if (BN_is_odd(yxi)) buf[0]++;
568 BIGNUM *x, *y, *yxi; local
623 yxi = BN_CTX_get(ctx);
624 if (yxi == NULL) goto err;
647 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
648 if (y_bit != BN_is_odd(yxi))
[all...]

Completed in 94 milliseconds