var internal/runtime/sys.DITSupported

6 uses

	internal/runtime/sys (current package)
		no_dit.go#L9: var DITSupported = false

	crypto/subtle
		dit.go#L41: 	if !sys.DITSupported {

	runtime
		cgocall.go#L208: 	if sys.DITSupported {
		cgocall.go#L447: 	} else if sys.DITSupported && debug.dataindependenttiming != 1 {
		cgocall.go#L475: 	} else if sys.DITSupported && debug.dataindependenttiming != 1 {
		proc.go#L3353: 	if sys.DITSupported && debug.dataindependenttiming != 1 {