From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 1 15:19:00 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E251106566C for ; Wed, 1 Feb 2012 15:19:00 +0000 (UTC) (envelope-from rodrigo@bebik.net) Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [IPv6:2a01:e0c:1:1599::12]) by mx1.freebsd.org (Postfix) with ESMTP id 9FA788FC0C for ; Wed, 1 Feb 2012 15:18:58 +0000 (UTC) Received: from oldfaithful.bebik.local (unknown [82.227.164.69]) by smtp3-g21.free.fr (Postfix) with ESMTP id 0E7A2A634C; Wed, 1 Feb 2012 16:18:50 +0100 (CET) Received: by oldfaithful.bebik.local (Postfix, from userid 1001) id 04DB12F8D8; Wed, 1 Feb 2012 16:21:50 +0100 (CET) Date: Wed, 1 Feb 2012 16:21:50 +0100 From: Rodrigo OSORIO To: aram baghomian Message-ID: <20120201152150.GB16895@oldfaithful.bebik.local> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-hackers@freebsd.org Subject: Re: crypto module 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: Wed, 01 Feb 2012 15:19:00 -0000 On 01/02/12 14:54 +0000, aram baghomian wrote: > > > > > Hi, > > I want to know which kernel modules keep the information about implemented algorithms > in crypto.ko. > for example in linux there is xfrm_algo modules that keep the information about > these algorithms. > > > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" Hi, If I didn't miss the point, the implemented algorithms are those located in the /sys/crypto directory[1]. Regards Rodrigo [1] http://svnweb.freebsd.org/base/stable/9/sys/crypto/