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

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec2_oct.c120 BIGNUM *x, *y, *yxi; local
165 yxi = BN_CTX_get(ctx);
166 if (yxi == NULL)
174 if (!group->meth->field_div(group, yxi, y, x, ctx))
176 if (BN_is_odd(yxi))
242 BIGNUM *x, *y, *yxi; local
306 yxi = BN_CTX_get(ctx);
307 if (yxi == NULL)
339 if (!group->meth->field_div(group, yxi, y, x, ctx))
341 if (y_bit != BN_is_odd(yxi)) {
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec2_oct.c132 BIGNUM *x, *y, *yxi; local
182 yxi = BN_CTX_get(ctx);
183 if (yxi == NULL)
191 if (!group->meth->field_div(group, yxi, y, x, ctx))
193 if (BN_is_odd(yxi))
262 BIGNUM *x, *y, *yxi; local
331 yxi = BN_CTX_get(ctx);
332 if (yxi == NULL)
364 if (!group->meth->field_div(group, yxi, y, x, ctx))
366 if (y_bit != BN_is_odd(yxi)) {
[all...]

Completed in 186 milliseconds