crypto/internal/fips140/nistec.P256Point.Set (method)
7 uses
crypto/internal/fips140/nistec (current package)
p256_asm.go#L65: func (p *P256Point) Set(q *P256Point) *P256Point {
p256_asm.go#L88: return p.Set(NewP256Point()), nil
p256_asm.go#L104: return p.Set(&r), nil
p256_asm.go#L129: return p.Set(&r), nil
p256_asm.go#L405: return q.Set(&sum)
p256_asm.go#L412: return q.Set(&double)
p256_asm.go#L441: r.Set(q).p256ScalarMult(scalarReversed)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)