From: "Tobias Koeck" Subject: calculate md5 sum? Date: Wed, 28 May 2008 17:26:58 +0000 Message-ID: <379e30200805281026n7aa38324wfc8dffbfece4f537@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: linux-crypto@vger.kernel.org Return-path: Received: from fg-out-1718.google.com ([72.14.220.153]:50933 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752426AbYE1R1C (ORCPT ); Wed, 28 May 2008 13:27:02 -0400 Received: by fg-out-1718.google.com with SMTP id 19so1822868fgg.17 for ; Wed, 28 May 2008 10:26:58 -0700 (PDT) Content-Disposition: inline Sender: linux-crypto-owner@vger.kernel.org List-ID: I'm programming on a netfilter module and need to use the kernel md5 sum functions to calculate a md5 sum from some integers. I'm still searching for a decent documenation (kerneli.org seems to be down) and some example how to do it. Has anybody an idea or a small example how to implement this? Greetings and thanks Tobias