func golang.org/x/net/http2.isBadCipher

3 uses

	golang.org/x/net/http2 (current package)
		ciphers.go#L359: func isBadCipher(cipher uint16) bool {
		server.go#L248: 			if isBadCipher(cs) {
		server.go#L453: 		if !s.PermitProhibitedCipherSuites && isBadCipher(sc.tlsState.CipherSuite) {