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

5 uses

	golang.org/x/crypto/ssh (current package)
		cipher.go#L303: type gcmCipher struct {
		cipher.go#L321: 	return &gcmCipher{
		cipher.go#L329: func (c *gcmCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
		cipher.go#L363: func (c *gcmCipher) incIV() {
		cipher.go#L372: func (c *gcmCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) {