Searched refs:yxi (Results 1 – 2 of 2) sorted by relevance
/external/openssl/crypto/ec/ |
D | ec2_smpl.c | 504 BIGNUM *x, *y, *yxi; in ec_GF2m_simple_point2oct() local 555 yxi = BN_CTX_get(ctx); in ec_GF2m_simple_point2oct() 556 if (yxi == NULL) goto err; in ec_GF2m_simple_point2oct() 563 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err; in ec_GF2m_simple_point2oct() 564 if (BN_is_odd(yxi)) buf[0]++; in ec_GF2m_simple_point2oct() 636 BIGNUM *x, *y, *yxi; in ec_GF2m_simple_oct2point() local 691 yxi = BN_CTX_get(ctx); in ec_GF2m_simple_oct2point() 692 if (yxi == NULL) goto err; in ec_GF2m_simple_oct2point() 715 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err; in ec_GF2m_simple_oct2point() 716 if (y_bit != BN_is_odd(yxi)) in ec_GF2m_simple_oct2point()
|
/external/clang/test/SemaTemplate/ |
D | nested-name-spec-template.cpp | 128 …Y<X, int> yxi; // expected-note{{in instantiation of template class 'PR9226::Y<PR9226::X, int>' re… variable
|