func crypto/elliptic.p256PointAddAsm

12 uses

	crypto/elliptic (current package)
		p256_asm.go#L107: func p256PointAddAsm(res, in1, in2 []uint64) int
		p256_asm.go#L258: 	pointsEqual := p256PointAddAsm(sum.xyz[:], r1.xyz[:], r2.xyz[:])
		p256_asm.go#L453: 			p256PointAddAsm(t2, t2, basePoint)
		p256_asm.go#L514: 	p256PointAddAsm(t0.xyz[:], t0.xyz[:], p.xyz[:])
		p256_asm.go#L515: 	p256PointAddAsm(t1.xyz[:], t1.xyz[:], p.xyz[:])
		p256_asm.go#L516: 	p256PointAddAsm(t2.xyz[:], t2.xyz[:], p.xyz[:])
		p256_asm.go#L526: 	p256PointAddAsm(t2.xyz[:], t0.xyz[:], p.xyz[:])
		p256_asm.go#L527: 	p256PointAddAsm(t1.xyz[:], t1.xyz[:], p.xyz[:])
		p256_asm.go#L536: 	p256PointAddAsm(t0.xyz[:], t0.xyz[:], p.xyz[:])
		p256_asm.go#L537: 	p256PointAddAsm(t2.xyz[:], t2.xyz[:], p.xyz[:])
		p256_asm.go#L569: 		p256PointAddAsm(t1.xyz[:], p.xyz[:], t0.xyz[:])
		p256_asm.go#L586: 	p256PointAddAsm(t1.xyz[:], p.xyz[:], t0.xyz[:])