var google.golang.org/grpc/credentials.cipherSuiteLookup

5 uses

	google.golang.org/grpc/credentials (current package)
		go12.go#L27: 	cipherSuiteLookup[tls.TLS_AES_128_GCM_SHA256] = "TLS_AES_128_GCM_SHA256"
		go12.go#L28: 	cipherSuiteLookup[tls.TLS_AES_256_GCM_SHA384] = "TLS_AES_256_GCM_SHA384"
		go12.go#L29: 	cipherSuiteLookup[tls.TLS_CHACHA20_POLY1305_SHA256] = "TLS_CHACHA20_POLY1305_SHA256"
		tls.go#L50: 		StandardName: cipherSuiteLookup[t.State.CipherSuite],
		tls.go#L206: var cipherSuiteLookup = map[uint16]string{