func crypto/tls.cipherSuiteTLS13ByID

10 uses

	crypto/tls (current package)
		cipher_suites.go#L459: 			return cipherSuiteTLS13ByID(id)
		cipher_suites.go#L465: func cipherSuiteTLS13ByID(id uint16) *cipherSuiteTLS13 {
		common.go#L1541: 			c13 := cipherSuiteTLS13ByID(cID)
		conn.go#L1229: 	cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
		handshake_client.go#L311: 	cipherSuite := cipherSuiteTLS13ByID(session.cipherSuite)
		handshake_client.go#L317: 		offeredSuite := cipherSuiteTLS13ByID(offeredID)
		handshake_client_tls13.go#L238: 		pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
		handshake_client_tls13.go#L324: 	pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
		handshake_client_tls13.go#L657: 	cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
		handshake_server_tls13.go#L288: 		pskSuite := cipherSuiteTLS13ByID(sessionState.cipherSuite)