Searched refs:yxi (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/ec/ |
D | ec2_oct.c | 171 BIGNUM *x, *y, *yxi; in ec_GF2m_simple_point2oct() local 222 yxi = BN_CTX_get(ctx); in ec_GF2m_simple_point2oct() 223 if (yxi == NULL) goto err; in ec_GF2m_simple_point2oct() 230 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err; in ec_GF2m_simple_point2oct() 231 if (BN_is_odd(yxi)) buf[0]++; in ec_GF2m_simple_point2oct() 303 BIGNUM *x, *y, *yxi; in ec_GF2m_simple_oct2point() local 358 yxi = BN_CTX_get(ctx); in ec_GF2m_simple_oct2point() 359 if (yxi == NULL) goto err; in ec_GF2m_simple_oct2point() 382 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err; in ec_GF2m_simple_oct2point() 383 if (y_bit != BN_is_odd(yxi)) in ec_GF2m_simple_oct2point()
|
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
D | ec2_oct.c | 171 BIGNUM *x, *y, *yxi; in ec_GF2m_simple_point2oct() local 222 yxi = BN_CTX_get(ctx); in ec_GF2m_simple_point2oct() 223 if (yxi == NULL) goto err; in ec_GF2m_simple_point2oct() 230 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err; in ec_GF2m_simple_point2oct() 231 if (BN_is_odd(yxi)) buf[0]++; in ec_GF2m_simple_point2oct() 303 BIGNUM *x, *y, *yxi; in ec_GF2m_simple_oct2point() local 358 yxi = BN_CTX_get(ctx); in ec_GF2m_simple_oct2point() 359 if (yxi == NULL) goto err; in ec_GF2m_simple_oct2point() 382 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err; in ec_GF2m_simple_oct2point() 383 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
|