golang.org/x/crypto/ssh.gcmCipher.aead (field)

4 uses

	golang.org/x/crypto/ssh (current package)
		cipher.go#L304: 	aead   cipher.AEAD
		cipher.go#L322: 		aead: aead,
		cipher.go#L354: 	c.buf = c.aead.Seal(c.buf[:0], c.iv, c.buf, c.prefix[:])
		cipher.go#L391: 	plain, err := c.aead.Open(c.buf[:0], c.iv, c.buf, c.prefix[:])