Home
last modified time | relevance | path

Searched defs:checkOnCurve (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/edwards25519/
Dedwards25519_test.go18 func checkOnCurve(t *testing.T, points ...*Point) { func
/aosp_15_r20/external/skia/src/core/
H A DSkPath.cpp2690 static bool checkOnCurve(SkScalar x, SkScalar y, const SkPoint& start, const SkPoint& end) { in checkOnCurve() function