Home
last modified time | relevance | path

Searched defs:IsOnCurve (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/elliptic/
Dparams.go56 func (curve *CurveParams) IsOnCurve(x, y *big.Int) bool { func
Delliptic.go40 IsOnCurve(x, y *big.Int) bool methodSpec
Dnistec.go129 func (curve *nistCurve[Point]) IsOnCurve(x, y *big.Int) bool { func
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dec_group.cc234 bool ECGroup::IsOnCurve(const ECPoint& point) const { in IsOnCurve() function in private_join_and_compute::ECGroup
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/py/crypto_util/
H A Delliptic_curve.py175 def IsOnCurve(self) -> bool: member in ECPoint
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc533 TEST_P(ECCurveTest, IsOnCurve) { in TEST_P() argument
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/ec/
H A Dec_test.cc582 TEST_P(ECCurveTest, IsOnCurve) { in TEST_P() argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/
H A Dec_test.cc582 TEST_P(ECCurveTest, IsOnCurve) { in TEST_P() argument
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc533 TEST_P(ECCurveTest, IsOnCurve) { in TEST_P() argument