crypto/elliptic/internal/nistec.P384Point.Set (method)

4 uses

	crypto/elliptic/internal/nistec (current package)
		p384.go#L53: 	}).Set(p384G)
		p384.go#L57: func (p *P384Point) Set(q *P384Point) *P384Point {
		p384.go#L72: 		return p.Set(NewP384Point()), nil
		p384.go#L272: 	p.Set(NewP384Point())