internal/godebug.Setting.Value (method)

68 uses

	internal/godebug (current package)
		godebug.go#L112: 	return s.Name() + "=" + s.Value()
		godebug.go#L157: func (s *Setting) Value() string {
		godebug.go#L224: 	s.Value()

	crypto/ed25519
		ed25519.go#L153: 		if cryptocustomrand.Value() == "1" {

	crypto/fips140
		enforcement.go#L31: var enabled = godebug.New("fips140").Value() == "only"

	crypto/internal/fips140deps/godebug
		godebug.go#L18: 	return (*godebug.Setting)(s).Value()
		godebug.go#L22: 	return godebug.New(name).Value()

	crypto/internal/rand
		rand.go#L57: 	if cryptocustomrand.Value() == "1" {

	crypto/rsa
		rsa.go#L288: 	if rsa1024min.Value() == "0" {

	crypto/tls
		auth.go#L256: 		if tlssha1.Value() != "1" {
		common.go#L1230: 			if isClient || tls10server.Value() != "1" {
		common.go#L1786: 	} else if tlssha1.Value() != "1" {
		conn.go#L1643: 			if tlsunsafeekm.Value() == "1" {
		defaults.go#L24: 	case tlsmlkem.Value() == "0":
		defaults.go#L27: 	case tlssecpmlkem.Value() == "0":
		defaults.go#L73: 			tlsrsakex.Value() != "1" && rsaKexCiphers[c] ||
		defaults.go#L74: 			tls3des.Value() != "1" && tdesCiphers[c]
		handshake_client.go#L630: 		tlsrsakex.Value() // ensure godebug is initialized
		handshake_client.go#L634: 		tls3des.Value() // ensure godebug is initialized
		handshake_client.go#L806: 				tlssha1.Value() // ensure godebug is initialized
		handshake_client.go#L1086: 	if v := tlsmaxrsasize.Value(); v != "" {
		handshake_server.go#L212: 		tls10server.Value() // ensure godebug is initialized
		handshake_server.go#L410: 		tlsrsakex.Value() // ensure godebug is initialized
		handshake_server.go#L414: 		tls3des.Value() // ensure godebug is initialized
		handshake_server.go#L785: 				tlssha1.Value() // ensure godebug is initialized
		key_agreement.go#L204: 			tlssha1.Value() // ensure godebug is initialized
		key_agreement.go#L344: 			tlssha1.Value() // ensure godebug is initialized
		tls.go#L320: 	if x509keypairleaf.Value() != "0" {

	crypto/x509
		parser.go#L930: 		if x509negativeserial.Value() != "1" {
		pkcs1.go#L107: 		if x509rsacrt.Value() == "0" {
		root.go#L99: 		useFallbackRoots = x509usefallbackroots.Value() == "1"
		root.go#L105: 	forceFallbackRoots := x509usefallbackroots.Value() == "1"
		x509.go#L1284: 	usePolicies := x509usepolicies.Value() != "0"
		x509.go#L1477: 		if x509usepolicies.Value() != "0" {
		x509.go#L1749: 		if x509sha256skid.Value() == "0" {

	expvar
		expvar.go#L381: 	if godebug.New("httpmuxgo121").Value() == "1" {

	go/build
		build.go#L823: 			if !p.Goroot || (installgoroot.Value() == "all" && p.ImportPath != "unsafe" && p.ImportPath != "builtin") {

	go/types
		check.go#L57: 	v := gotypesalias.Value()
		check.go#L320: 	conf._EnableAlias = gotypesalias.Value() != "0"

	html/template
		escape.go#L231: 		if htmlmetacontenturlescape.Value() != "0" {

	math/rand
		rand.go#L328: 	if randautoseed.Value() == "0" {
		rand.go#L401: 	if randseednop.Value() != "0" {

	mime/multipart
		formdata.go#L49: 	if multipartfiles.Value() == "distinct" {
		formdata.go#L54: 	if s := multipartmaxparts.Value(); s != "" {
		multipart.go#L356: 	if s := multipartmaxheaders.Value(); s != "" {

	net
		conf.go#L499: 	goDebug := netdns.Value()
		dial.go#L64: 	if multipathtcp.Value() == "1" || multipathtcp.Value() == "3" {
		dial.go#L102: 	if multipathtcp.Value() == "0" || multipathtcp.Value() == "3" {
		dnsclient_unix.go#L69: 	if netedns0.Value() == "0" {

	net/http
		cookie.go#L75: 	if httpcookiemaxnum.Value() == "" {
		cookie.go#L78: 	if customMax, err := strconv.Atoi(httpcookiemaxnum.Value()); err == nil {
		fs.go#L201: 		if httpservecontentkeepheaders.Value() == "1" {
		servemux121.go#L32: 	if httpmuxgo121.Value() == "1" {
		server.go#L3519: 	if http2server.Value() == "0" && !hasH2 {
		server.go#L3762: 	if http2server.Value() == "0" {
		transfer.go#L1059: 		if httplaxcontentlength.Value() == "1" {
		transport.go#L403: 	if http2client.Value() == "0" {
		transport.go#L484: 	case http2client.Value() == "0":

	net/http/httputil
		reverseproxy.go#L936: 	if urlmaxqueryparams.Value() != "" {

	net/http/pprof
		pprof.go#L98: 	if godebug.New("httpmuxgo121").Value() != "1" {

	net/url
		url.go#L620: 				if urlstrictcolons.Value() == "0" {
		url.go#L944: 	if urlmaxqueryparams.Value() == "" {
		url.go#L947: 	customMax, err := strconv.Atoi(urlmaxqueryparams.Value())

	os/exec
		exec.go#L410: 	if v := execwait.Value(); v != "" {
		lp_unix.go#L69: 				if execerrdot.Value() != "0" {

	time
		sleep.go#L25: 	if asynctimerchan.Value() == "1" {