func crypto/elliptic/internal/nistec.NewP224Point

23 uses

	crypto/elliptic/internal/nistec (current package)
		p224.go#L17: var p224G, _ = NewP224Point().SetBytes([]byte{0x04,
		p224.go#L34: func NewP224Point() *P224Point {
		p224.go#L67: 		return p.Set(NewP224Point()), nil
		p224.go#L255: 		NewP224Point(), NewP224Point(), NewP224Point(), NewP224Point(),
		p224.go#L256: 		NewP224Point(), NewP224Point(), NewP224Point(), NewP224Point(),
		p224.go#L257: 		NewP224Point(), NewP224Point(), NewP224Point(), NewP224Point(),
		p224.go#L258: 		NewP224Point(), NewP224Point(), NewP224Point(), NewP224Point(),
		p224.go#L266: 	t := NewP224Point()
		p224.go#L267: 	p.Set(NewP224Point())

	crypto/elliptic
		p224.go#L62: 		return nistec.NewP224Point(), true
		p224.go#L70: 	p, err := nistec.NewP224Point().SetBytes(Marshal(P224(), x, y))