crypto/ecdsa.PrivateKey.IsOnCurve (method, view implemented interface methods)

5 uses

	crypto/elliptic
		elliptic.go#L27: 	IsOnCurve(x, y *big.Int) bool
		elliptic.go#L89: 		return specific.IsOnCurve(x, y)
		elliptic.go#L403: 	if !curve.IsOnCurve(x, y) {
		elliptic.go#L434: 	if !curve.IsOnCurve(x, y) {

	github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto
		ecc.go#L49: 	if !curve.IsOnCurve(xPoint, yPoint) {