func crypto/internal/nistec.NewP256Point

6 uses

	crypto/internal/nistec (current package)
		p256_asm.go#L49: func NewP256Point() *P256Point {
		p256_asm.go#L89: 		return p.Set(NewP256Point()), nil
		p256_asm.go#L648: 	p256MovCond(p, p, NewP256Point(), zero)

	crypto/ecdh
		nist.go#L223: 	newPoint:    nistec.NewP256Point,

	crypto/ecdsa
		ecdsa.go#L630: 			newPoint: func() *nistec.P256Point { return nistec.NewP256Point() },

	crypto/elliptic
		nistec.go#L35: 	newPoint: nistec.NewP256Point,