Searched refs:yxi (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| D | ec2_oct.c | 132 BIGNUM *x, *y, *yxi; in ossl_ec_GF2m_simple_point2oct() local 182 yxi = BN_CTX_get(ctx); in ossl_ec_GF2m_simple_point2oct() 183 if (yxi == NULL) in ossl_ec_GF2m_simple_point2oct() 191 if (!group->meth->field_div(group, yxi, y, x, ctx)) in ossl_ec_GF2m_simple_point2oct() 193 if (BN_is_odd(yxi)) in ossl_ec_GF2m_simple_point2oct() 262 BIGNUM *x, *y, *yxi; in ossl_ec_GF2m_simple_oct2point() local 331 yxi = BN_CTX_get(ctx); in ossl_ec_GF2m_simple_oct2point() 332 if (yxi == NULL) in ossl_ec_GF2m_simple_oct2point() 364 if (!group->meth->field_div(group, yxi, y, x, ctx)) in ossl_ec_GF2m_simple_oct2point() 366 if (y_bit != BN_is_odd(yxi)) { in ossl_ec_GF2m_simple_oct2point()
|