const golang.org/x/crypto/ssh.gcmCipherID

3 uses

	golang.org/x/crypto/ssh (current package)
		cipher.go#L118: 	gcmCipherID:        {16, 12, newGCMCipher},
		common.go#L140: 	case "aes128-ctr", "aes192-ctr", "aes256-ctr", gcmCipherID, aes128cbcID:
		transport.go#L20: 	gcmCipherID    = "aes128-gcm@openssh.com"