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 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |