From owner-freebsd-hackers@FreeBSD.ORG Mon Feb 20 00:14:17 2012 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C24671065670 for ; Mon, 20 Feb 2012 00:14:17 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7C0678FC1C for ; Mon, 20 Feb 2012 00:14:17 +0000 (UTC) Received: by yhfs35 with SMTP id s35so2764486yhf.13 for ; Sun, 19 Feb 2012 16:14:17 -0800 (PST) Received-SPF: pass (google.com: domain of oliver.pntr@gmail.com designates 10.236.145.230 as permitted sender) client-ip=10.236.145.230; Authentication-Results: mr.google.com; spf=pass (google.com: domain of oliver.pntr@gmail.com designates 10.236.145.230 as permitted sender) smtp.mail=oliver.pntr@gmail.com; dkim=pass header.i=oliver.pntr@gmail.com Received: from mr.google.com ([10.236.145.230]) by 10.236.145.230 with SMTP id p66mr25292119yhj.27.1329696857060 (num_hops = 1); Sun, 19 Feb 2012 16:14:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=pkGWH2/2YDRlchL9G1yKHK3r5/U93qDPam2P/m0ezqs=; b=IGouaKNX9cZxR5m/VuNxh/YL4gUoVE0M6h2fQN0fxZQi3NwhuQMGk0zcuh/crt17il LC1aNyCRPo/b9oQmHHxdXczPHC2swiNM4Yz42mf/x7/5v/o2wcAZA5OzmXdDrwOUW3V5 wBEjExFZWsKNpnfnDBwdedjvK+cirGITfocrg= MIME-Version: 1.0 Received: by 10.236.145.230 with SMTP id p66mr19477084yhj.27.1329696857007; Sun, 19 Feb 2012 16:14:17 -0800 (PST) Received: by 10.236.22.138 with HTTP; Sun, 19 Feb 2012 16:14:16 -0800 (PST) Date: Mon, 20 Feb 2012 01:14:16 +0100 Message-ID: From: Oliver Pinter To: hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Poul-Henning Kamp Subject: geom_aes X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2012 00:14:17 -0000 Hi all! What is geom_aes (sys/geom/geom_aes.*) (wherein differs form geli, besides useses fewer geom layer and has a compiled in key), and who can I find something from this geom module/layer? How can I use this geom layer? Only added option geom_aes to kernel config?