Home
last modified time | relevance | path

Searched refs:aX (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec2_smpl.c584 BIGNUM *aX, *aY, *bX, *bY; in ossl_ec_GF2m_simple_cmp() local
610 aX = 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 Dec2_smpl.c584 BIGNUM *aX, *aY, *bX, *bY; in ossl_ec_GF2m_simple_cmp() local
610 aX = 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 Dstylo.hpp10595 Move(T&& aX)
10597 return static_cast<typename RemoveReference<T>::Type&&>(aX);
10606 Forward(typename RemoveReference<T>::Type& aX)
10608 return static_cast<T&&>(aX);
10613 Forward(typename RemoveReference<T>::Type&& aX)
10617 return static_cast<T&&>(aX);
10623 Swap(T& aX, T& aY)
10625 T tmp(Move(aX));
10626 aX = Move(aY);
11451 Swap(Pair<A, B>& aX, Pai
[all...]

Completed in 11 milliseconds