func crypto/internal/fips140/nistec.NewP256Point

6 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#L105: 		newPoint:   nistec.NewP256Point,

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