Searched refs:aY (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec2_smpl.c | 584 BIGNUM *aX, *aY, *bX, *bY; in ossl_ec_GF2m_simple_cmp() local 611 aY = BN_CTX_get(ctx); in ossl_ec_GF2m_simple_cmp() 617 if (!EC_POINT_get_affine_coordinates(group, a, aX, aY, ctx)) in ossl_ec_GF2m_simple_cmp() 621 ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1; in ossl_ec_GF2m_simple_cmp()
|
/third_party/openssl/crypto/ec/ |
H A D | ec2_smpl.c | 584 BIGNUM *aX, *aY, *bX, *bY; in ossl_ec_GF2m_simple_cmp() local 611 aY = BN_CTX_get(ctx); in ossl_ec_GF2m_simple_cmp() 617 if (!EC_POINT_get_affine_coordinates(group, a, aX, aY, ctx)) in ossl_ec_GF2m_simple_cmp() 621 ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1; in ossl_ec_GF2m_simple_cmp()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 10623 Swap(T& aX, T& aY) 10626 aX = Move(aY); 10627 aY = Move(tmp); 11451 Swap(Pair<A, B>& aX, Pair<A, B>& aY) 11453 aX.swap(aY); 11843 Swap(UniquePtr<T, D>& aX, UniquePtr<T, D>& aY) 11845 aX.swap(aY); 11850 operator==(const UniquePtr<T, D>& aX, const UniquePtr<U, E>& aY) 11852 return aX.get() == aY.get(); 11857 operator!=(const UniquePtr<T, D>& aX, const UniquePtr<U, E>& aY) [all...] |
Completed in 11 milliseconds