func crypto/internal/fips140/nistec.NewP256Point

7 uses

	crypto/internal/fips140/nistec (current package)
		p256_asm.go#L48: func NewP256Point() *P256Point {
		p256_asm.go#L88: 		return p.Set(NewP256Point()), nil
		p256_asm.go#L661: 	p256MovCond(p, p, NewP256Point(), zero)

	crypto/internal/fips140/ecdh
		ecdh.go#L90: 		newPoint: nistec.NewP256Point,

	crypto/internal/fips140/ecdsa
		ecdsa.go#L106: 		newPoint:   nistec.NewP256Point,

	crypto/ecdsa
		ecdsa.go#L254: 		return parseRawPrivateKey(ecdsa.P256(), nistec.NewP256Point, curve, data)

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