type golang.org/x/crypto/ssh.chacha20Poly1305Cipher

4 uses

	golang.org/x/crypto/ssh (current package)
		cipher.go#L643: type chacha20Poly1305Cipher struct {
		cipher.go#L654: 	c := &chacha20Poly1305Cipher{
		cipher.go#L663: func (c *chacha20Poly1305Cipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) {
		cipher.go#L729: func (c *chacha20Poly1305Cipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, payload []byte) error {