type crypto/rsa.CRTValue

4 uses

	crypto/rsa (current package)
		rsa.go#L216: 	CRTValues []CRTValue
		rsa.go#L222: type CRTValue struct {
		rsa.go#L340: 				CRTValues: make([]CRTValue, 0), // non-nil, to match Precompute
		rsa.go#L620: 	priv.Precomputed.CRTValues = make([]CRTValue, len(priv.Primes)-2)