const crypto/tls.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305

6 uses

	crypto/tls (current package)
		cipher_suites.go#L170: 	{TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305, 32, 0, 12, ecdheRSAKA, suiteECDHE | suiteTLS12, nil, nil, aeadChaCha20Poly1305},
		cipher_suites.go#L514: 	TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305   = TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
		common.go#L1460: 			TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,
		common.go#L1472: 			TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,
		common.go#L1529: 	TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305:   true,

	google.golang.org/grpc/credentials
		tls.go#L228: 	tls.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305:    "TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305",