var crypto/internal/fips140/check.Verified

3 uses

	crypto/internal/fips140/check (current package)
		check.go#L27: var Verified bool
		check.go#L107: 	Verified = true

	crypto/fips140
		fips140.go#L21: 	if fips140.Enabled && !check.Verified {