const crypto/tls.QUICEncryptionLevelInitial
4 uses
	crypto/tls (current package)
		conn.go#L1340: 	c.in.setTrafficSecret(cipherSuite, QUICEncryptionLevelInitial, newSecret)
		conn.go#L1359: 		c.out.setTrafficSecret(cipherSuite, QUICEncryptionLevelInitial, newSecret)
		quic.go#L18: 	QUICEncryptionLevelInitial = QUICEncryptionLevel(iota)
		quic.go#L26: 	case QUICEncryptionLevelInitial:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)