func crypto/tls.InsecureCipherSuites

3 uses

	crypto/tls (current package)
		cipher_suites.go#L80: func InsecureCipherSuites() []*CipherSuite {
		cipher_suites.go#L108: 	for _, c := range InsecureCipherSuites() {

	google.golang.org/grpc/credentials
		tls.go#L76: 	for _, s := range tls.InsecureCipherSuites() {