func crypto/elliptic/internal/nistec.NewP384Point

23 uses

	crypto/elliptic/internal/nistec (current package)
		p384.go#L19: var p384G, _ = NewP384Point().SetBytes([]byte{0x4,
		p384.go#L39: func NewP384Point() *P384Point {
		p384.go#L72: 		return p.Set(NewP384Point()), nil
		p384.go#L260: 		NewP384Point(), NewP384Point(), NewP384Point(), NewP384Point(),
		p384.go#L261: 		NewP384Point(), NewP384Point(), NewP384Point(), NewP384Point(),
		p384.go#L262: 		NewP384Point(), NewP384Point(), NewP384Point(), NewP384Point(),
		p384.go#L263: 		NewP384Point(), NewP384Point(), NewP384Point(), NewP384Point(),
		p384.go#L271: 	t := NewP384Point()
		p384.go#L272: 	p.Set(NewP384Point())

	crypto/elliptic
		p384.go#L67: 		return nistec.NewP384Point(), true
		p384.go#L75: 	p, err := nistec.NewP384Point().SetBytes(Marshal(P384(), x, y))