func crypto/elliptic.p224ScalarMult

3 uses

	crypto/elliptic (current package)
		p224.go#L116: 	p224ScalarMult(&x2, &y2, &z2, &x1, &y1, &z1, scalar)
		p224.go#L124: 	p224ScalarMult(&x2, &y2, &z2, &curve.gx, &curve.gy, &z1, scalar)
		p224.go#L664: func p224ScalarMult(outX, outY, outZ, inX, inY, inZ *p224FieldElement, scalar []byte) {