Searched refs:yxi (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A 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() [all...] |
/third_party/openssl/crypto/ec/ |
H A 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() [all...] |
Completed in 1 milliseconds